snazzy wobble effect w blur

This commit is contained in:
Nio
2021-08-11 01:03:19 +10:00
parent aeb0f2cdfb
commit 2fcf8c70b6
3 changed files with 52 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

View File

@ -45,6 +45,8 @@ transform randPosition:
yalign random.uniform(0.2,0.8) yalign random.uniform(0.2,0.8)
linear 0.6 alpha 1.0 linear 0.6 alpha 1.0
linear 1.0 alpha 0.0 linear 1.0 alpha 0.0
#python: #python:
# def Walking( name ): # def Walking( name ):
# show name: # show name:
@ -334,6 +336,10 @@ image dimmer_lighter = "#00000033"
image dimmer_light = "#00000066" image dimmer_light = "#00000066"
image dimmer_darker = "#00000088" image dimmer_darker = "#00000088"
#Images for effects
image moespizza effect = "/images/backgrounds/moespizza effect.jpg"
image moespizza blurred = im.Blur("/images/backgrounds/moespizza effect.jpg", 1.5)
#WAOH ITS THE TITLE SCREEN!!!! #WAOH ITS THE TITLE SCREEN!!!!
label splashscreen: label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1) $ persistent.splashtype = random.randint(0,2000 - 1)

View File

@ -1,9 +1,44 @@
transform shudder:
#this one has the weird fading thingy - not sure why or if it is really coming from this transform
subpixel True
around (.5, .5) alignaround (.5, .5) xalign .5 yalign .5
rotate 0
linear 0.0 rotate -0.75
block:
linear 0.04 rotate 0.75
linear 0.05 rotate -0.75
linear 0.07 rotate 0.75
transform wiggle:
subpixel True
block:
xpos 0.5 ypos 1.0 xanchor 0.5 yanchor 1.0 zoom 1.02
alignaround (.5, .5)
linear 10.0 yalign 1.0 clockwise circles 1
repeat
#this needs the blurred transformation of the image in scirpt.rpy - I also just added a copy of moes pizza for this purpose, I think an image already defined as a scene might interfere with being also used as something else
image moes_pizza_blur:
"moespizza effect" with dissolve
pause 1
"moespizza blurred" with dissolve
pause 1
repeat
label chapter_7: label chapter_7:
#Concert Day #Concert Day
I "{cps=*0.2}-- One Week Later --{/cps}" I "{cps=*0.2}-- One Week Later --{/cps}"
pause .6 pause .6
scene moes pizza scene moes pizza
show moes_pizza_blur with vpunch:
subpixel True
xpos 0.5 ypos 1.0 xanchor 0.5 yanchor 1.0 zoom 1.02
alignaround (.5, .5)
linear 10.0 yalign 1.0 clockwise circles 1
repeat
show anon neutral at aright show anon neutral at aright
with fade with fade
@ -53,7 +88,7 @@ label chapter_7:
T "Arent you supposed to be helping?" T "Arent you supposed to be helping?"
"Hm? OH SHIT RIGHT!" "Hm? {w=.3} OH SHIT RIGHT!"
A "Y-yeah, right! Just moving this table ahahaha." A "Y-yeah, right! Just moving this table ahahaha."
@ -122,7 +157,7 @@ label chapter_7:
show stella happy alt flip at sright with dissolve show stella happy alt flip at sright with dissolve
St "Wait… You like anime too, dont you?" St "Wait…{w=.4} You like anime too, dont you?"
"Play it cool, Anon. No need to reveal your power level." "Play it cool, Anon. No need to reveal your power level."
@ -132,9 +167,9 @@ label chapter_7:
"Ive seen a bit here and there.": "Ive seen a bit here and there.":
A "Yeah, uh… a little bit." A "Yeah, uh… a little bit."
St "Thats amazing! I dont have anyone else I can talk to about it!" St "Thats amazing! {w=0.2} I dont have anyone else I can talk to about it!"
St "Whats your favorite anime? I loooove PreCure!" St "Whats your favorite anime? I {i}loooove{/i} PreCure!"
"Raptor Jesus on his cross of rock." "Raptor Jesus on his cross of rock."
@ -146,7 +181,7 @@ label chapter_7:
St "We could marathon it over a long weekend or something!" St "We could marathon it over a long weekend or something!"
A "Uh… maybe some other time..." A "Uh…{w=0.3} maybe some other time..."
"Ill just block my calendar for this… maybe for after the heat death of the universe." "Ill just block my calendar for this… maybe for after the heat death of the universe."
@ -166,7 +201,7 @@ label chapter_7:
A "Eh… I got time to kill, sure." A "Eh… I got time to kill, sure."
"She pulls her deck of tarot cards from… somewhere…" "She pulls her deck of tarot cards from… {w=.3}somewhere…"
"Where the fuck does she hide these things?" "Where the fuck does she hide these things?"
@ -182,7 +217,7 @@ label chapter_7:
if anonscore >= 3 and fangscore >= 4: if anonscore >= 3 and fangscore >= 4:
#>>golden #>>golden
St "Upright Strength" St "Upright Strength"
St "OH! I dont think you need to worry about whats to come, Anon." St "OH! {w=.3} I dont think you need to worry about whats to come, Anon."
elif anonscore >= 3 and fangscore <= 3: elif anonscore >= 3 and fangscore <= 3:
#>>tradwife #>>tradwife
St "Inverted Hierophant." St "Inverted Hierophant."
@ -193,7 +228,7 @@ label chapter_7:
St "Anon, if you ever feel lonely you can come to me." St "Anon, if you ever feel lonely you can come to me."
elif anonscore <= 2 and fangscore <= 2: elif anonscore <= 2 and fangscore <= 2:
#>>shooter #>>shooter
St "Oh my, inverted Empress." St "Oh my, {w=.3} inverted Empress."
St "You need to be wary about future negligence, Anon." St "You need to be wary about future negligence, Anon."
else: else:
#>>ERROR HANDLING #>>ERROR HANDLING
@ -205,7 +240,7 @@ label chapter_7:
A "The fuck does that mean?" A "The fuck does that mean?"
St "Uh… er… Gottago,naturecalls,seeyouattheshow!" St "Uh… {w=0.4} er… {w=0.2} {cps=*1.3}Gottago,naturecalls,seeyouattheshow{/cps}!"
hide stella neutral alt flip hide stella neutral alt flip
show stella neutral alt at sright show stella neutral alt at sright
hide stella with moveoutright hide stella with moveoutright
@ -234,7 +269,7 @@ label chapter_7:
"And then promptly trip." "And then promptly trip."
#anon fall #anon fall
play sound 'audio/effects/anonDumbassFall.ogg' play sound 'audio/effects/anonDumbassFall.ogg' volume 1.0
"*FWAP*" "*FWAP*"
A "Argh!" A "Argh!"