feat: New graphics for room 7

This commit is contained in:
Balloonpopper
2022-02-15 21:33:37 +11:00
committed by Julian Murgia
parent 6b4c2cf873
commit 75a78f63e1
21 changed files with 1083 additions and 293 deletions

View File

@@ -1,7 +1,11 @@
:look
say player "That button triggers a camera shift effect."
say player "That button uses camera_shift to move the camera by (1000,-400) pixels."
:use
camera_shift 700 0 5 LINEAR
wait 1
# Disable input so all steps run without interruption
accept_input NONE
camera_shift 1000 -400 2 LINEAR
wait 3
camera_set_target 1 player
# Re-enable user input
accept_input ALL