Project vertical size from 900 to 640

This commit is contained in:
2023-02-10 13:30:05 +01:00
parent eb6cd6ca54
commit 488978cb1a
2 changed files with 2 additions and 7 deletions

View File

@@ -35,21 +35,16 @@ __meta__ = {
anchor_top = 0.9 anchor_top = 0.9
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
margin_top = -26.0
size_flags_horizontal = 3 size_flags_horizontal = 3
size_flags_vertical = 3 size_flags_vertical = 3
theme = ExtResource( 9 ) theme = ExtResource( 9 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/ui"] [node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/ui"]
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
size_flags_horizontal = 3 size_flags_horizontal = 3
size_flags_vertical = 3 size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/ui/HBoxContainer"] [node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/ui/HBoxContainer"]
margin_right = 58.0 margin_right = 58.0

View File

@@ -844,7 +844,7 @@ escoria="*res://addons/escoria-core/game/esc_autoload.gd"
[display] [display]
window/size/width=1280 window/size/width=1280
window/size/height=900 window/size/height=640
window/stretch/mode="2d" window/stretch/mode="2d"
window/stretch/aspect="keep" window/stretch/aspect="keep"