feat: New graphics for room 7
This commit is contained in:
committed by
Julian Murgia
parent
6b4c2cf873
commit
75a78f63e1
@@ -1,13 +1,16 @@
|
||||
:exit_scene
|
||||
|
||||
# Disable user input or else clicking while this is running might result in
|
||||
# a floor change but the enable terrain command might not get run
|
||||
accept_input NONE
|
||||
say player "movin up"
|
||||
|
||||
teleport player r7_upper_stairs
|
||||
set_angle player 270
|
||||
camera_set_limits 2
|
||||
camera_push r7_upper_stairs 1 LINEAR
|
||||
wait 1
|
||||
|
||||
camera_set_target 0 player
|
||||
wait 1
|
||||
camera_set_limits 1
|
||||
enable_terrain upper_platform
|
||||
# Reenable player interaction
|
||||
accept_input ALL
|
||||
Reference in New Issue
Block a user