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

View File

@ -45,6 +45,8 @@ transform randPosition:
yalign random.uniform(0.2,0.8)
linear 0.6 alpha 1.0
linear 1.0 alpha 0.0
#python:
# def Walking( name ):
# show name:
@ -334,6 +336,10 @@ image dimmer_lighter = "#00000033"
image dimmer_light = "#00000066"
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!!!!
label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1)