forked from Cavemanon/SnootGame
chapter 8
This commit is contained in:
@ -339,6 +339,15 @@ 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)
|
||||
image door blurred = im.Blur("/images/other/jewlcase.webp", 1.5)
|
||||
image guitarpick = "/images/other/pickthrown.png"
|
||||
|
||||
image moes_pizza_blur:
|
||||
"moespizza effect" with dissolve
|
||||
pause 1
|
||||
"moespizza blurred" with dissolve
|
||||
pause 1
|
||||
repeat
|
||||
|
||||
#WAOH ITS THE TITLE SCREEN!!!!
|
||||
label splashscreen:
|
||||
@ -410,6 +419,21 @@ transform rleft:
|
||||
transform rright:
|
||||
xalign 1.7 yalign 0.1
|
||||
|
||||
#misc transforms
|
||||
transform shudder:
|
||||
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 turnaround:
|
||||
linear 0.1 xzoom -1.0
|
||||
|
||||
|
||||
label start:
|
||||
$ fangscore = 0
|
||||
$ anonscore = 0
|
||||
|
Reference in New Issue
Block a user