fix: we now need to transition in from :ready in the case of manual transitions
This commit is contained in:
committed by
Julian Murgia
parent
99568c1764
commit
0556ccbf32
@@ -6,8 +6,10 @@
|
|||||||
# Set player look right
|
# Set player look right
|
||||||
set_angle player 180
|
set_angle player 180
|
||||||
|
|
||||||
# Transition in
|
# If we transition in here, the room will show up before it's done being
|
||||||
transition curtain in
|
# prepared, since the rooms change over immediately after :setup and
|
||||||
|
# immediately before :ready. We leave this commented here as a reminder.
|
||||||
|
# transition curtain in
|
||||||
|
|
||||||
stop
|
stop
|
||||||
> [eq ESC_LAST_SCENE room13]
|
> [eq ESC_LAST_SCENE room13]
|
||||||
@@ -18,3 +20,4 @@
|
|||||||
|
|
||||||
|
|
||||||
:ready
|
:ready
|
||||||
|
transition curtain in
|
||||||
|
|||||||
Reference in New Issue
Block a user