19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
label enlarge_poster:
|
|
show screen blktone
|
|
show screen poster
|
|
with d3
|
|
|
|
call ctc
|
|
|
|
hide screen blktone
|
|
hide screen poster
|
|
with d3
|
|
|
|
jump main_room_menu
|
|
|
|
screen poster():
|
|
zorder 25
|
|
tag poster
|
|
|
|
add poster_OBJ.decoration.image align (0.5, 0.5)
|