feat: New graphics for room 7
This commit is contained in:
committed by
Julian Murgia
parent
6b4c2cf873
commit
75a78f63e1
@@ -1,7 +1,11 @@
|
||||
:look
|
||||
say player "That button triggers a camera push effect."
|
||||
say player "That button uses camera_push to point the camera at the object r7_lower_stairs."
|
||||
|
||||
:use
|
||||
camera_push r7_object2 1 LINEAR
|
||||
wait 3
|
||||
camera_push player 1 LINEAR
|
||||
# Disable input so all steps run without interruption
|
||||
accept_input NONE
|
||||
camera_push r7_lower_stairs 1 LINEAR
|
||||
wait 2
|
||||
camera_set_target 1 player
|
||||
# Re-enable user input
|
||||
accept_input ALL
|
||||
|
||||
Reference in New Issue
Block a user