Feat: New graphics for room 8

This commit is contained in:
Balloonpopper
2022-03-04 09:56:42 +11:00
committed by Julian Murgia
parent 7e6fb7b047
commit 7a64c7707f
10 changed files with 319 additions and 110 deletions

View File

@@ -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"