snazzy wobble effect w blur
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user