feat: New graphics for room 7
This commit is contained in:
committed by
Julian Murgia
parent
6b4c2cf873
commit
75a78f63e1
@@ -2,9 +2,13 @@
|
||||
say player "That button triggers a camera zoom effect."
|
||||
|
||||
:use
|
||||
camera_set_zoom 1.3 2
|
||||
wait 3
|
||||
camera_set_zoom 0.5 2
|
||||
wait 3
|
||||
camera_set_zoom 1 0
|
||||
|
||||
# Disable input so all steps run without interruption
|
||||
accept_input NONE
|
||||
camera_set_zoom 1.3 1
|
||||
wait 2
|
||||
camera_set_zoom 0.5 1
|
||||
wait 2
|
||||
camera_set_zoom 1 1
|
||||
camera_set_target 0 player
|
||||
# Re-enable user input
|
||||
accept_input ALL
|
||||
|
||||
Reference in New Issue
Block a user