[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 = -375.0 margin_top = -156.0 margin_right = 375.0 margin_bottom = 156.0 [node name="Title" type="Label" parent="VBoxContainer"] margin_right = 750.0 margin_bottom = 100.0 text = "Charger un monde" align = 1 [node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] 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 = 258.0 margin_right = 750.0 margin_bottom = 312.0 [node name="CancelButton" type="Button" parent="VBoxContainer/HBoxContainer"] margin_right = 750.0 margin_bottom = 54.0 size_flags_horizontal = 3 text = "Annuler" [connection signal="pressed" from="VBoxContainer/HBoxContainer/CancelButton" to="." method="_on_CancelButton_pressed"]