From 0dbd836841e732ddf94cf5924c9805518f7e0aaf Mon Sep 17 00:00:00 2001 From: bleeptrack Date: Tue, 12 Jan 2021 12:15:51 +0100 Subject: [PATCH] shrink level win conditions --- scenes/main.tscn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scenes/main.tscn b/scenes/main.tscn index 39bd18b..5dde507 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -179,6 +179,7 @@ size_flags_vertical = 3 margin_right = 633.0 margin_bottom = 60.0 rect_min_size = Vector2( 0, 60 ) +size_flags_stretch_ratio = 0.0 custom_fonts/normal_font = ExtResource( 7 ) text = "Level name here!" __meta__ = { @@ -188,12 +189,14 @@ __meta__ = { [node name="Text" type="Control" parent="Rows/Columns/RightSide/LevelInfo/LevelPanel"] margin_top = 65.0 margin_right = 633.0 -margin_bottom = 264.0 +margin_bottom = 464.0 size_flags_vertical = 3 [node name="LevelDescription" type="RichTextLabel" parent="Rows/Columns/RightSide/LevelInfo/LevelPanel/Text"] anchor_right = 1.0 anchor_bottom = 1.0 +margin_left = 0.943848 +margin_right = 0.943848 size_flags_vertical = 3 bbcode_enabled = true bbcode_text = "Level description here!" @@ -215,10 +218,11 @@ __meta__ = { } [node name="Goals" type="VBoxContainer" parent="Rows/Columns/RightSide/LevelInfo/LevelPanel"] -margin_top = 269.0 +margin_top = 469.0 margin_right = 633.0 margin_bottom = 469.0 size_flags_vertical = 3 +size_flags_stretch_ratio = 0.0 [node name="FileBrowser" parent="Rows/Columns/RightSide" instance=ExtResource( 5 )] anchor_right = 0.0