2021-05-15 12:08:43 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2021-05-14 22:27:40 +02:00
|
|
|
|
|
|
|
|
[ext_resource path="res://scenes/UI/choose_scenes/ChooseScene.gd" type="Script" id=1]
|
2021-05-15 12:08:43 +02:00
|
|
|
[ext_resource path="res://scenes/levels/Template.tscn" type="PackedScene" id=2]
|
2021-05-14 22:27:40 +02:00
|
|
|
|
|
|
|
|
[node name="ChooseScene" type="CenterContainer"]
|
|
|
|
|
anchor_right = 1.0
|
|
|
|
|
anchor_bottom = 1.0
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_left = 73.7365
|
|
|
|
|
margin_top = -67.0147
|
|
|
|
|
margin_right = 73.7366
|
|
|
|
|
margin_bottom = -67.0146
|
2021-05-14 22:27:40 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-15 00:58:13 +02:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_left = 705.0
|
2021-05-15 00:58:13 +02:00
|
|
|
margin_top = 435.0
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_right = 735.0
|
2021-05-15 00:58:13 +02:00
|
|
|
margin_bottom = 465.0
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
custom_constants/margin_right = 15
|
|
|
|
|
custom_constants/margin_top = 15
|
2021-05-15 12:08:43 +02:00
|
|
|
custom_constants/margin_left = 15
|
2021-05-15 00:58:13 +02:00
|
|
|
custom_constants/margin_bottom = 15
|
2021-05-14 22:27:40 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
2021-05-15 00:58:13 +02:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_left = 15.0
|
2021-05-15 00:58:13 +02:00
|
|
|
margin_top = 15.0
|
2021-05-15 12:08:43 +02:00
|
|
|
margin_right = 15.0
|
2021-05-15 00:58:13 +02:00
|
|
|
margin_bottom = 15.0
|
2021-05-15 01:20:47 +02:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 3
|
2021-05-15 12:08:43 +02:00
|
|
|
custom_constants/separation = 120
|
|
|
|
|
|
|
|
|
|
[node name="example" parent="MarginContainer/HBoxContainer" instance=ExtResource( 2 )]
|
|
|
|
|
visible = false
|
2021-05-15 17:29:18 +02:00
|
|
|
margin_right = 200.0
|
|
|
|
|
margin_bottom = 284.0
|
2021-05-15 12:08:43 +02:00
|
|
|
|
|
|
|
|
[editable path="MarginContainer/HBoxContainer/example"]
|