summaryrefslogtreecommitdiff
path: root/scenes/room/room.tscn
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-06-01 22:28:46 +0300
committerRadio <radiohotline@disroot.org>2026-06-01 22:28:46 +0300
commit2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (patch)
tree758998f717dab8c0ed9d1b47419e7590c28e8fa2 /scenes/room/room.tscn
parent7f437327b25be23b1cdcd4aa3898d428421e533f (diff)
area transitions, basic inventory and use events
Diffstat (limited to 'scenes/room/room.tscn')
-rw-r--r--scenes/room/room.tscn8
1 files changed, 7 insertions, 1 deletions
diff --git a/scenes/room/room.tscn b/scenes/room/room.tscn
index 6c867d8..145ee48 100644
--- a/scenes/room/room.tscn
+++ b/scenes/room/room.tscn
@@ -1,8 +1,12 @@
[gd_scene format=3 uid="uid://b1s6v121kb2mi"]
+[ext_resource type="Script" uid="uid://drthtcpmeydm6" path="res://scenes/room/room.gd" id="1_kxljb"]
[ext_resource type="PackedScene" uid="uid://bt4utdbe577mj" path="res://scenes/char/weener.tscn" id="2_vaubn"]
+[ext_resource type="PackedScene" uid="uid://chwbsexrxbi4a" path="res://scenes/room/spawnpoint.tscn" id="3_y1kpu"]
-[node name="Room" type="Node2D" unique_id=2088608692]
+[node name="Room" type="Node2D" unique_id=2088608692 node_paths=PackedStringArray("entrances")]
+script = ExtResource("1_kxljb")
+entrances = [NodePath("Spawnpoint")]
[node name="Room" type="Sprite2D" parent="." unique_id=1997957082]
centered = false
@@ -11,3 +15,5 @@ centered = false
position = Vector2(1127, 956)
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="." unique_id=1498960834]
+
+[node name="Spawnpoint" parent="." unique_id=1413507405 instance=ExtResource("3_y1kpu")]