forked from Cavemanon/SnootGame
Raymba Ending in x10 & Title Screen
This commit is contained in:
@ -10,7 +10,7 @@ transform raymbatransform:
|
||||
xcenter 0.6 ycenter 0.385 zoom 0.5
|
||||
|
||||
label chapter_x10:
|
||||
|
||||
|
||||
window hide
|
||||
stop music fadeout(3)
|
||||
scene black with Dissolve(2)
|
||||
@ -18,11 +18,11 @@ label chapter_x10:
|
||||
|
||||
play music 'audio/ost/dino destiny reader.ogg'
|
||||
pause 1
|
||||
"Statement:{w=.4} My current designation is RAYmba."
|
||||
"Statement:{w=.4} My current designation is RAYmba."
|
||||
|
||||
"I was manufactured in a factory in the year 201M2020."
|
||||
"I was manufactured in a factory in the year 201M2020."
|
||||
|
||||
"It is currently 201M2027, and I am playing with my current owner."
|
||||
"It is currently 201M2027, and I am playing with my current owner."
|
||||
pause .5
|
||||
|
||||
scene carpet
|
||||
@ -207,7 +207,7 @@ label chapter_x10:
|
||||
|
||||
"Observation conclusion:{w=.4} Current owner has a strange fondness for inanimate objects."
|
||||
pause .5
|
||||
|
||||
|
||||
"Notation made, continuing memory review."
|
||||
|
||||
"3{cps=*.1}...{/cps}{w=.3}{nw}"
|
||||
@ -325,7 +325,7 @@ label chapter_x10:
|
||||
"2{cps=*.1}...{/cps}{w=.3}{nw}"
|
||||
|
||||
"1{cps=*.1}...{/cps}{w=.5}{nw}"
|
||||
scene black
|
||||
scene black
|
||||
pause 1.5
|
||||
|
||||
"Current day:{w=.4} Thursday."
|
||||
@ -334,7 +334,7 @@ label chapter_x10:
|
||||
|
||||
"Current location:{w=.4} Owners domicile."
|
||||
pause .5
|
||||
|
||||
|
||||
play music 'audio/ost/its_footloose_now.ogg' fadein 4
|
||||
scene room anon day:
|
||||
blur 8 zoom 1.5 xoffset -100 yoffset -400
|
||||
@ -387,7 +387,7 @@ label chapter_x10:
|
||||
easein_cubic 0.5 xpos 0.9
|
||||
pause 1
|
||||
easeout_cubic 0.5 xpos -0.5
|
||||
|
||||
|
||||
show fang:
|
||||
pause 1
|
||||
ease_cubic 0.5 xpos 0.3
|
||||
@ -594,7 +594,7 @@ label chapter_x10:
|
||||
|
||||
"Owner’s guest is an unknown variable, one this unit does not feel secure around."
|
||||
|
||||
"Unit cannot pinpoint reason for breach in security with ocular sensors due to the obscurity of the current location."
|
||||
"Unit cannot pinpoint reason for breach in security with ocular sensors due to the obscurity of the current location."
|
||||
pause .5
|
||||
|
||||
"This is highly unusual.{w=.4} Will log into this unit’s memory bank for later evaluation."
|
||||
@ -614,7 +614,7 @@ label chapter_x10:
|
||||
|
||||
show naomi neutral behind raymbabox:
|
||||
xcenter -0.5 yalign 0.45 zoom 2
|
||||
blur 5
|
||||
blur 5
|
||||
show naomi:
|
||||
easein_cubic 1.5 xpos 0.25
|
||||
pause 1.5
|
||||
@ -625,7 +625,7 @@ label chapter_x10:
|
||||
|
||||
show fang pneutral flip behind raymbabox:
|
||||
xcenter 1.5 yalign 0.45 zoom 2
|
||||
blur 5
|
||||
blur 5
|
||||
show fang:
|
||||
easein_cubic 1.5 xpos 0.75
|
||||
pause .5
|
||||
@ -726,7 +726,7 @@ label chapter_x10:
|
||||
show anonpet:
|
||||
ypos -0.4
|
||||
parallel:
|
||||
easein_cubic 0.9 ypos 0.0
|
||||
easein_cubic 0.9 ypos 0.0
|
||||
parallel:
|
||||
ease_cubic 2 xpos -0.125
|
||||
parallel:
|
||||
@ -823,7 +823,7 @@ label chapter_x10:
|
||||
ypos -1.0
|
||||
show keys:
|
||||
easein_back 0.75 ypos -0.15
|
||||
|
||||
|
||||
show raymba4s:
|
||||
pause .3
|
||||
easein_cubic 0.25 ypos 0.4
|
||||
@ -933,7 +933,7 @@ label chapter_x10:
|
||||
pause .5
|
||||
|
||||
"Owner is picked up slowly.{w=.4} ‘Anon’ sits next to me and lowers a limb to make contact."
|
||||
|
||||
|
||||
show anonpet:
|
||||
ypos -0.5
|
||||
easein_cubic 1.5 ypos 0.0 xpos -0.06
|
||||
@ -952,6 +952,18 @@ label chapter_x10:
|
||||
stop music fadeout 6
|
||||
"{cps=*.05}...{/cps}"
|
||||
|
||||
pause 4
|
||||
|
||||
return
|
||||
image big blending = Composite(
|
||||
(1920, 1080),
|
||||
(0, 0), "big ending",
|
||||
(0, 0), "the ending"
|
||||
)
|
||||
|
||||
scene big ending with Dissolve(1)
|
||||
scene big blending with Dissolve(1)
|
||||
pause 8
|
||||
|
||||
scene black with Dissolve(2)
|
||||
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user