feat: New graphics room 12
This commit is contained in:
committed by
Julian Murgia
parent
49cb278ee3
commit
a3d531c89b
@@ -1,31 +0,0 @@
|
||||
:use
|
||||
|
||||
say player "Default"
|
||||
transition "" out
|
||||
wait 1
|
||||
transition "" in
|
||||
|
||||
say player "Fade white"
|
||||
transition fade_white out
|
||||
wait 1
|
||||
transition fade_white in
|
||||
|
||||
say player "Fade black"
|
||||
transition fade_black out
|
||||
wait 1
|
||||
transition fade_black in
|
||||
|
||||
say player "From Center"
|
||||
transition from_center out
|
||||
wait 1
|
||||
transition from_center in
|
||||
|
||||
say player "Shards"
|
||||
transition shards out
|
||||
wait 1
|
||||
transition shards in
|
||||
|
||||
say player "Blackout"
|
||||
transition fade_black out 0.0
|
||||
wait 1
|
||||
transition fade_black in 0.0
|
||||
7
game/rooms/room12/esc/transition_black.esc
Normal file
7
game/rooms/room12/esc/transition_black.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "Fade black"
|
||||
transition fade_black out
|
||||
wait 1
|
||||
transition fade_black in
|
||||
accept_input ALL
|
||||
7
game/rooms/room12/esc/transition_blackout.esc
Normal file
7
game/rooms/room12/esc/transition_blackout.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "Blackout"
|
||||
transition fade_black out 0.0
|
||||
wait 1
|
||||
transition fade_black in 0.0
|
||||
accept_input ALL
|
||||
7
game/rooms/room12/esc/transition_centre.esc
Normal file
7
game/rooms/room12/esc/transition_centre.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "From Center"
|
||||
transition from_center out
|
||||
wait 1
|
||||
transition from_center in
|
||||
accept_input ALL
|
||||
7
game/rooms/room12/esc/transition_default.esc
Normal file
7
game/rooms/room12/esc/transition_default.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "Default"
|
||||
transition "" out
|
||||
wait 1
|
||||
transition "" in
|
||||
accept_input ALL
|
||||
7
game/rooms/room12/esc/transition_shards.esc
Normal file
7
game/rooms/room12/esc/transition_shards.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "Shards"
|
||||
transition shards out
|
||||
wait 1
|
||||
transition shards in
|
||||
accept_input ALL
|
||||
7
game/rooms/room12/esc/transition_white.esc
Normal file
7
game/rooms/room12/esc/transition_white.esc
Normal file
@@ -0,0 +1,7 @@
|
||||
:use
|
||||
accept_input NONE
|
||||
say player "Fade white"
|
||||
transition fade_white out
|
||||
wait 1
|
||||
transition fade_white in
|
||||
accept_input ALL
|
||||
Reference in New Issue
Block a user