First pass at blocking camera command.

This commit is contained in:
Duncan Brown
2022-10-25 10:42:13 -04:00
committed by Julian Murgia
parent 998c9e2535
commit 0a0a57bd02
3 changed files with 111 additions and 36 deletions

View File

@@ -6,12 +6,12 @@ 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 0 1200 800
wait 2
camera_set_limits 0
camera_set_pos 0 1200 800
wait 2
#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
# Re-enable user input
accept_input ALL