Feat: New graphics for room 8
This commit is contained in:
committed by
Julian Murgia
parent
7e6fb7b047
commit
7a64c7707f
@@ -1,2 +1,14 @@
|
||||
:look
|
||||
say player "That's the door to room 9"
|
||||
|
||||
:exit_scene
|
||||
change_scene "res://game/rooms/room09/room09.tscn"
|
||||
> [r8_m_door_open]
|
||||
# Only let the player into the next room if they've passed the puzzle
|
||||
change_scene "res://game/rooms/room09/room09.tscn"
|
||||
|
||||
> [!r8_m_door_open]
|
||||
# The door is always an exit, but trying to go through it won't change
|
||||
# scenes if you haven't unlocked the puzzle.
|
||||
say player "The door is locked"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user