From 488978cb1ac384d647ce50822b53711b308b18e6 Mon Sep 17 00:00:00 2001 From: Eneko Nieto Date: Fri, 10 Feb 2023 13:30:05 +0100 Subject: [PATCH] Project vertical size from 900 to 640 --- gymkhana/addons/escoria-ui-return-monkey-island/game.tscn | 7 +------ project.godot | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/gymkhana/addons/escoria-ui-return-monkey-island/game.tscn b/gymkhana/addons/escoria-ui-return-monkey-island/game.tscn index 5c7f3bf0..99bc3238 100644 --- a/gymkhana/addons/escoria-ui-return-monkey-island/game.tscn +++ b/gymkhana/addons/escoria-ui-return-monkey-island/game.tscn @@ -35,21 +35,16 @@ __meta__ = { anchor_top = 0.9 anchor_right = 1.0 anchor_bottom = 1.0 +margin_top = -26.0 size_flags_horizontal = 3 size_flags_vertical = 3 theme = ExtResource( 9 ) -__meta__ = { -"_edit_use_anchors_": false -} [node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/ui"] anchor_right = 1.0 anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 -__meta__ = { -"_edit_use_anchors_": false -} [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/ui/HBoxContainer"] margin_right = 58.0 diff --git a/project.godot b/project.godot index 28c769f7..f1fd5912 100644 --- a/project.godot +++ b/project.godot @@ -844,7 +844,7 @@ escoria="*res://addons/escoria-core/game/esc_autoload.gd" [display] window/size/width=1280 -window/size/height=900 +window/size/height=640 window/stretch/mode="2d" window/stretch/aspect="keep"