fix: makes this button usable again

This commit is contained in:
Duncan Brown
2022-11-11 20:20:30 -05:00
committed by Julian Murgia
parent 9f2cfd0dd0
commit 595bbed870
9 changed files with 20 additions and 22 deletions

View File

@@ -5,10 +5,11 @@ say player "That button triggers a camera zoom effect."
# Disable input so all steps run without interruption
accept_input NONE
camera_set_zoom 1.3 1
wait 2
wait 1.2
camera_set_zoom 0.5 1
wait 2
wait 1.2
camera_set_zoom 1 1
wait 1.2
camera_set_target 0 player
# Re-enable user input
accept_input ALL