60 lines
1.7 KiB
Plaintext
60 lines
1.7 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://iskh4m3ltqul"]
|
|
|
|
[ext_resource type="Script" path="res://map_select/map_select.gd" id="1_w7uu4"]
|
|
[ext_resource type="Script" path="res://map_select/Button.gd" id="2_ykkpr"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_kd1xo"]
|
|
font_size = 32
|
|
|
|
[node name="MapSelect" type="Node2D"]
|
|
script = ExtResource("1_w7uu4")
|
|
|
|
[node name="Title" type="Label" parent="."]
|
|
offset_left = 29.0
|
|
offset_top = 17.0
|
|
offset_right = 198.0
|
|
offset_bottom = 65.0
|
|
text = "Map Select"
|
|
label_settings = SubResource("LabelSettings_kd1xo")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
offset_left = 26.0
|
|
offset_top = 165.0
|
|
offset_right = 201.0
|
|
offset_bottom = 228.0
|
|
text = "Rare"
|
|
script = ExtResource("2_ykkpr")
|
|
map_path = "res://maps/rare.gd"
|
|
|
|
[node name="Button2" type="Button" parent="."]
|
|
offset_left = 211.0
|
|
offset_top = 80.0
|
|
offset_right = 386.0
|
|
offset_bottom = 143.0
|
|
text = "Large"
|
|
script = ExtResource("2_ykkpr")
|
|
map_path = "res://maps/large.gd"
|
|
|
|
[node name="Button7" type="Button" parent="."]
|
|
offset_left = 26.0
|
|
offset_top = 250.0
|
|
offset_right = 201.0
|
|
offset_bottom = 313.0
|
|
text = "Sections"
|
|
script = ExtResource("2_ykkpr")
|
|
map_path = "res://maps/sections.gd"
|
|
|
|
[node name="Button8" type="Button" parent="."]
|
|
offset_left = 24.0
|
|
offset_top = 80.0
|
|
offset_right = 199.0
|
|
offset_bottom = 143.0
|
|
text = "Small"
|
|
script = ExtResource("2_ykkpr")
|
|
map_path = "res://maps/small.gd"
|
|
|
|
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]
|
|
[connection signal="pressed" from="Button2" to="Button2" method="_on_pressed"]
|
|
[connection signal="pressed" from="Button7" to="Button7" method="_on_pressed"]
|
|
[connection signal="pressed" from="Button8" to="Button8" method="_on_pressed"]
|