feat: New graphics for room 7

This commit is contained in:
Balloonpopper
2022-02-15 21:33:37 +11:00
committed by Julian Murgia
parent 6b4c2cf873
commit 75a78f63e1
21 changed files with 1083 additions and 293 deletions

View File

@@ -1,23 +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 down"
#camera_push player 1 LINEAR
#camera_set_drag_margin_enabled bool bool
#camera_set_pos real int int
#camera_set_target real
#camera_set_zoom real
#camera_set_zoom_height int
#camera_shift int int
teleport player r7_lower_stairs
set_angle player 270
camera_set_limits 2
camera_push player 1 LINEAR
wait 1
camera_set_target 0 player
wait 1
camera_set_limits 0
enable_terrain lower_platform
# Reenable player interaction
accept_input ALL