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

@@ -6,12 +6,9 @@ say player "That button uses camera_set_pos to point the camera at coordinates (
accept_input NONE
# Note that camera_set_pos puts the camera centre at a different location depending on
# the camera's limits
#camera_set_limits 1
camera_set_pos_block 2 2260 1050
#wait 2
#camera_set_limits 0
#camera_set_pos 0 1200 800
#wait 2
camera_set_target 1 player
camera_set_pos 1.9 1000 500
wait 2
camera_set_pos 0 1620 1150
camera_set_target_block 1 player
# Re-enable user input
accept_input ALL