changement du thème

pull/50/head
Valentin Stark 3 years ago
parent 345deddbf5
commit 564a2325be
  1. 28
      menu/LoadWorld.tscn
  2. 40
      menu/NewWorld.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"

@ -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"

Loading…
Cancel
Save