summaryrefslogtreecommitdiffstats
path: root/room_test1.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'room_test1.tscn')
-rw-r--r--room_test1.tscn8
1 files changed, 4 insertions, 4 deletions
diff --git a/room_test1.tscn b/room_test1.tscn
index 551ad6d..5c06f1a 100644
--- a/room_test1.tscn
+++ b/room_test1.tscn
@@ -471,15 +471,15 @@ script = ExtResource("4_8b75i")
[node name="DoorMiddle" parent="." instance=ExtResource("6_lfjh7")]
position = Vector2(430, 170)
scale = Vector2(1, 4)
-target_room = "test2"
-target_door = "DoorLeft"
exit_towards = "LEFT"
enter_towards = "RIGHT"
+target_room = "res://room_test2.tscn"
+target_door = "DoorLeft"
[node name="DoorLeft" parent="." instance=ExtResource("6_lfjh7")]
position = Vector2(-16, 111)
scale = Vector2(4, 1)
-target_room = "test3"
-target_door = "DoorUp"
exit_towards = "JUMP_RIGHT"
enter_towards = "DROP"
+target_room = "res://room_test3.tscn"
+target_door = "DoorUp"