summaryrefslogtreecommitdiff
path: root/scenes/room/room.tscn
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-05-31 00:17:01 +0300
committerRadio <radiohotline@disroot.org>2026-05-31 00:17:01 +0300
commit7f437327b25be23b1cdcd4aa3898d428421e533f (patch)
tree555cece0119bd0673712cd4304a3a28ba0cc3c82 /scenes/room/room.tscn
parent9d87bc7922f76dc835ac4d4e99115b204cbfdea7 (diff)
menu fixes, options menu, and movement mechanic
Diffstat (limited to 'scenes/room/room.tscn')
-rw-r--r--scenes/room/room.tscn13
1 files changed, 13 insertions, 0 deletions
diff --git a/scenes/room/room.tscn b/scenes/room/room.tscn
new file mode 100644
index 0000000..6c867d8
--- /dev/null
+++ b/scenes/room/room.tscn
@@ -0,0 +1,13 @@
+[gd_scene format=3 uid="uid://b1s6v121kb2mi"]
+
+[ext_resource type="PackedScene" uid="uid://bt4utdbe577mj" path="res://scenes/char/weener.tscn" id="2_vaubn"]
+
+[node name="Room" type="Node2D" unique_id=2088608692]
+
+[node name="Room" type="Sprite2D" parent="." unique_id=1997957082]
+centered = false
+
+[node name="Weener" parent="." unique_id=1834042649 instance=ExtResource("2_vaubn")]
+position = Vector2(1127, 956)
+
+[node name="NavigationRegion2D" type="NavigationRegion2D" parent="." unique_id=1498960834]