You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
53 lines
1.4 KiB
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://theme/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://menu/LoadWorld.gd" type="Script" id=2]
|
|
|
|
[node name="LoadWorld" type="Control"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -512.0
|
|
margin_top = -300.0
|
|
margin_right = 512.0
|
|
margin_bottom = 300.0
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
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
|
|
|
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
|
margin_right = 480.0
|
|
margin_bottom = 64.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
|
|
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
|
|
|
|
[node name="CancelButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
margin_right = 480.0
|
|
margin_bottom = 41.0
|
|
size_flags_horizontal = 3
|
|
text = "Annuler"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/CancelButton" to="." method="_on_CancelButton_pressed"]
|
|
|