diff options
| author | Radio <radiohotline@disroot.org> | 2026-05-31 00:17:01 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-05-31 00:17:01 +0300 |
| commit | 7f437327b25be23b1cdcd4aa3898d428421e533f (patch) | |
| tree | 555cece0119bd0673712cd4304a3a28ba0cc3c82 /scenes/room/room.tscn | |
| parent | 9d87bc7922f76dc835ac4d4e99115b204cbfdea7 (diff) | |
menu fixes, options menu, and movement mechanic
Diffstat (limited to 'scenes/room/room.tscn')
| -rw-r--r-- | scenes/room/room.tscn | 13 |
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] |
