Ensure player is set at start location if there is one (#435)
This is done even if there is no ESC script attached to the room. First default position will then be the start ESCLocation if there is one. Else, fallback to origin (0,0).
This commit is contained in:
5
game/rooms/room15/esc/left_exit.esc
Normal file
5
game/rooms/room15/esc/left_exit.esc
Normal file
@@ -0,0 +1,5 @@
|
||||
:exit_scene
|
||||
set_sound_state _sound res://game/sfx/sounds/doorOpen_2.ogg false
|
||||
change_scene "res://game/rooms/room14/room14.tscn"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user