diff options
Diffstat (limited to 'scenes/room/room.tscn')
| -rw-r--r-- | scenes/room/room.tscn | 8 |
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")] |
