From 564a2325be0689e9015e308f052c3f1621003a63 Mon Sep 17 00:00:00 2001 From: Valentin Stark Date: Sat, 3 Sep 2022 13:57:35 +0200 Subject: [PATCH] =?UTF-8?q?changement=20du=20th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menu/LoadWorld.tscn | 28 ++++++++++++++-------------- menu/NewWorld.tscn | 40 ++++++++++++++++++++-------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/menu/LoadWorld.tscn b/menu/LoadWorld.tscn index 49e59ce..b886a3e 100644 --- a/menu/LoadWorld.tscn +++ b/menu/LoadWorld.tscn @@ -20,33 +20,33 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -240.0 -margin_top = -131.5 -margin_right = 240.0 -margin_bottom = 131.5 +margin_left = -375.0 +margin_top = -156.0 +margin_right = 375.0 +margin_bottom = 156.0 [node name="Title" type="Label" parent="VBoxContainer"] -margin_right = 480.0 -margin_bottom = 64.0 +margin_right = 750.0 +margin_bottom = 100.0 text = "Charger un monde" align = 1 [node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] -margin_top = 68.0 -margin_right = 480.0 -margin_bottom = 218.0 +margin_top = 104.0 +margin_right = 750.0 +margin_bottom = 254.0 rect_min_size = Vector2( 0, 150 ) [node name="WorldList" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] -margin_top = 222.0 -margin_right = 480.0 -margin_bottom = 263.0 +margin_top = 258.0 +margin_right = 750.0 +margin_bottom = 312.0 [node name="CancelButton" type="Button" parent="VBoxContainer/HBoxContainer"] -margin_right = 480.0 -margin_bottom = 41.0 +margin_right = 750.0 +margin_bottom = 54.0 size_flags_horizontal = 3 text = "Annuler" diff --git a/menu/NewWorld.tscn b/menu/NewWorld.tscn index 6486cc1..fcbdffe 100644 --- a/menu/NewWorld.tscn +++ b/menu/NewWorld.tscn @@ -20,43 +20,43 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -margin_left = -195.0 -margin_top = -85.0 -margin_right = 195.0 -margin_bottom = 85.0 +margin_left = -320.0 +margin_top = -109.5 +margin_right = 320.0 +margin_bottom = 109.5 [node name="Title" type="Label" parent="VBoxContainer"] -margin_right = 390.0 -margin_bottom = 64.0 +margin_right = 640.0 +margin_bottom = 100.0 text = "Nouveau monde" align = 1 [node name="Label" type="Label" parent="VBoxContainer"] -margin_top = 68.0 -margin_right = 390.0 -margin_bottom = 97.0 +margin_top = 104.0 +margin_right = 640.0 +margin_bottom = 133.0 custom_fonts/font = SubResource( 1 ) text = "Nom du monde :" [node name="LineEdit" type="LineEdit" parent="VBoxContainer"] -margin_top = 101.0 -margin_right = 390.0 -margin_bottom = 125.0 +margin_top = 137.0 +margin_right = 640.0 +margin_bottom = 161.0 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] -margin_top = 129.0 -margin_right = 390.0 -margin_bottom = 170.0 +margin_top = 165.0 +margin_right = 640.0 +margin_bottom = 219.0 [node name="CreateButton" type="Button" parent="VBoxContainer/HBoxContainer"] -margin_right = 247.0 -margin_bottom = 41.0 +margin_right = 156.0 +margin_bottom = 54.0 text = "Nouveau monde" [node name="CancelButton" type="Button" parent="VBoxContainer/HBoxContainer"] -margin_left = 251.0 -margin_right = 390.0 -margin_bottom = 41.0 +margin_left = 160.0 +margin_right = 640.0 +margin_bottom = 54.0 size_flags_horizontal = 3 text = "Annuler"