summaryrefslogtreecommitdiff
path: root/scenes/room/room.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/room/room.tscn')
-rw-r--r--scenes/room/room.tscn19
1 files changed, 0 insertions, 19 deletions
diff --git a/scenes/room/room.tscn b/scenes/room/room.tscn
deleted file mode 100644
index 145ee48..0000000
--- a/scenes/room/room.tscn
+++ /dev/null
@@ -1,19 +0,0 @@
-[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_paths=PackedStringArray("entrances")]
-script = ExtResource("1_kxljb")
-entrances = [NodePath("Spawnpoint")]
-
-[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]
-
-[node name="Spawnpoint" parent="." unique_id=1413507405 instance=ExtResource("3_y1kpu")]