mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
re-added colored lighting
This commit is contained in:
parent
33458bba35
commit
858a348a0c
2 changed files with 29 additions and 8 deletions
|
@ -770,16 +770,20 @@ label chapter_13A:
|
|||
"The music fades until all that’s left is chatter."
|
||||
|
||||
"Spears takes to the stage with mic in hand for once."
|
||||
window hide
|
||||
window auto
|
||||
pause .5
|
||||
|
||||
scene prom
|
||||
show dimmer_darker
|
||||
show spears neutral flip at scenter
|
||||
with Dissolve(1)
|
||||
pause .5
|
||||
show spears:
|
||||
matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
with dissolve
|
||||
pause .25
|
||||
|
||||
Sp "Alright everyone. Before we end tonight’s prom we have a couple of items to take care of."
|
||||
|
||||
|
||||
Sp "First thing is-"
|
||||
|
||||
"The principal pulls a tiny gold sheaf envelope from his lapel and holds it up for the audience to gawk at."
|
||||
|
@ -833,7 +837,11 @@ label chapter_13A:
|
|||
# xalign 0.9 yalign 0.0
|
||||
|
||||
show spears:
|
||||
ease_cubic 1 xalign 1.0
|
||||
matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
parallel:
|
||||
ease_cubic 1 xalign 1.0
|
||||
parallel:
|
||||
ease_cubic 1 matrixcolor TintMatrix(Color((0.7*255, 0.7*255, 0.8*255)))
|
||||
show spears happy flip behind dimmer_darker with Dissolve(1)
|
||||
|
||||
show naser prom happy:
|
||||
|
@ -888,7 +896,11 @@ label chapter_13A:
|
|||
pause .5
|
||||
|
||||
show spears:
|
||||
ease_cubic 1 xalign 0.5
|
||||
matrixcolor TintMatrix(Color((0.7*255, 0.7*255, 0.8*255)))
|
||||
parallel:
|
||||
ease_cubic 1 xalign 0.5
|
||||
parallel:
|
||||
ease_cubic 1 matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
show dimmer_darker behind spears with Dissolve(1)
|
||||
|
||||
Sp "To close off this wonderful night, I’ve asked a student band to play a few bops for us."
|
||||
|
|
|
@ -2008,7 +2008,11 @@ label chapter_13D:
|
|||
#show spears happy with dissolve
|
||||
|
||||
show spears:
|
||||
ease_cubic 1 xalign 1.0
|
||||
matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
parallel:
|
||||
ease_cubic 1 xalign 1.0
|
||||
parallel:
|
||||
ease_cubic 1 matrixcolor TintMatrix(Color((0.7*255, 0.7*255, 0.8*255)))
|
||||
show spears happy flip behind dimmer_darker with Dissolve(1)
|
||||
|
||||
show naser prom happy:
|
||||
|
@ -2062,7 +2066,11 @@ label chapter_13D:
|
|||
pause .5
|
||||
|
||||
show spears:
|
||||
ease_cubic 1 xalign 0.5
|
||||
matrixcolor TintMatrix(Color((0.7*255, 0.7*255, 0.8*255)))
|
||||
parallel:
|
||||
ease_cubic 1 xalign 0.5
|
||||
parallel:
|
||||
ease_cubic 1 matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
show dimmer_darker behind spears with Dissolve(1)
|
||||
|
||||
Sp "To close off this wonderful night, I’ve asked a student to play one final song for us."
|
||||
|
@ -2102,7 +2110,8 @@ label chapter_13D:
|
|||
pause 0.5
|
||||
|
||||
show fang d prom happy with Dissolve(1):
|
||||
xalign 0.5
|
||||
xalign 0.5 matrixcolor TintMatrix(Color((0.7*255, 0.7*255, 0.8*255)))
|
||||
ease_cubic 1 matrixcolor TintMatrix(Color((1.03*255, 1.03*255, 1.0*255)))
|
||||
|
||||
pause 0.5
|
||||
|
||||
|
|
Loading…
Reference in a new issue