63 lines
2 KiB
Text
63 lines
2 KiB
Text
[gd_scene load_steps=4 format=3 uid="uid://bqmpoix37kutp"]
|
|
|
|
[ext_resource type="Script" path="res://main/menu/menu.gd" id="1_g2w4y"]
|
|
[ext_resource type="Script" path="res://core/polygon/polygon.gd" id="2_tdbfk"]
|
|
[ext_resource type="PackedScene" uid="uid://c40fli7qcma78" path="res://main/menu/slot/slot.tscn" id="3_rc4dm"]
|
|
|
|
[node name="Menu" type="Node2D"]
|
|
position = Vector2(0, -1)
|
|
script = ExtResource("1_g2w4y")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="P" type="CollisionPolygon2D" parent="StaticBody2D"]
|
|
polygon = PackedVector2Array(768, 1345, 768, 193, -272, 193, -272, 601, -304, 601, -304, 1345)
|
|
script = ExtResource("2_tdbfk")
|
|
|
|
[node name="P2" type="CollisionPolygon2D" parent="StaticBody2D"]
|
|
polygon = PackedVector2Array(-152, 41, 152, 41, 152, 57, -152, 57)
|
|
script = ExtResource("2_tdbfk")
|
|
|
|
[node name="SaveGameSlots" type="Node2D" parent="."]
|
|
position = Vector2(-448, 177)
|
|
|
|
[node name="Saves" type="Label" parent="SaveGameSlots" groups=["text_viewport"]]
|
|
offset_left = -192.0
|
|
offset_top = -176.0
|
|
offset_right = 80.0
|
|
offset_bottom = -112.0
|
|
theme_override_font_sizes/font_size = 32
|
|
text = "saves"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="Slot0" parent="SaveGameSlots" instance=ExtResource("3_rc4dm")]
|
|
slot_label = "0"
|
|
|
|
[node name="Slot1" parent="SaveGameSlots" instance=ExtResource("3_rc4dm")]
|
|
position = Vector2(0, 128)
|
|
slot_idx = 1
|
|
slot_label = "1"
|
|
|
|
[node name="Slot2" parent="SaveGameSlots" instance=ExtResource("3_rc4dm")]
|
|
position = Vector2(0, 256)
|
|
slot_idx = 2
|
|
slot_label = "2"
|
|
|
|
[node name="Slot3" parent="SaveGameSlots" instance=ExtResource("3_rc4dm")]
|
|
position = Vector2(0, 384)
|
|
slot_idx = 3
|
|
slot_label = "3"
|
|
|
|
[node name="Label" type="Label" parent="." groups=["text_viewport"]]
|
|
offset_left = -192.0
|
|
offset_top = -15.0
|
|
offset_right = 192.0
|
|
offset_bottom = 65.0
|
|
theme_override_font_sizes/font_size = 52
|
|
text = "rectangular"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 2
|
|
|
|
[node name="Marker2D" type="Marker2D" parent="."]
|
|
position = Vector2(0, 129)
|