summaryrefslogtreecommitdiffstats
path: root/room_main_menu.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-19 17:21:35 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-19 17:21:35 +0200
commit4a7fba96222160ec02378a848714d0b7e1139d21 (patch)
treeb2ac1970593c036ecdb481be2db771244270feb0 /room_main_menu.tscn
parent08a3eda857214c9d610f652939b5cad7f76e17f7 (diff)
Rename level -> room
Diffstat (limited to 'room_main_menu.tscn')
-rw-r--r--room_main_menu.tscn32
1 files changed, 32 insertions, 0 deletions
diff --git a/room_main_menu.tscn b/room_main_menu.tscn
new file mode 100644
index 0000000..78c9dc0
--- /dev/null
+++ b/room_main_menu.tscn
@@ -0,0 +1,32 @@
+[gd_scene load_steps=2 format=3 uid="uid://cjdhfl70fgt6m"]
+
+[ext_resource type="Script" uid="uid://dufnvsfxreqq8" path="res://room_main_menu.gd" id="1_rbk04"]
+
+[node name="MainMenu" type="Node2D"]
+script = ExtResource("1_rbk04")
+
+[node name="Camera2D" type="Camera2D" parent="."]
+position = Vector2(96, 54)
+
+[node name="TestRoomButton" type="Button" parent="."]
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
+offset_left = 76.0
+offset_top = 51.0
+offset_right = 157.0
+offset_bottom = 82.0
+grow_horizontal = 2
+grow_vertical = 2
+scale = Vector2(0.5, 0.5)
+text = "Test room"
+
+[node name="Label" type="Label" parent="."]
+offset_top = 24.0
+offset_right = 384.0
+offset_bottom = 47.0
+scale = Vector2(0.5, 0.5)
+text = "Main menu"
+horizontal_alignment = 1