forked from Cavemanon/SnootGame
up to 13D done
This commit is contained in:
@ -333,14 +333,12 @@ image fang adorable flip = im.Flip("fang/emotive set/fang adorable.png", horizon
|
||||
|
||||
# vfx
|
||||
image black = "#000"
|
||||
image white = "#FFF"
|
||||
image dimmer_lighter = "#00000033"
|
||||
image dimmer_light = "#00000066"
|
||||
image dimmer_darker = "#00000088"
|
||||
|
||||
#Images for effects
|
||||
#first moespizza is example for blurring
|
||||
# image moespizza effect = "/images/backgrounds/moespizza effect.jpg"
|
||||
# image moespizza blurred = im.Blur("/images/backgrounds/moespizza effect.jpg", 1.5)
|
||||
image door blurred flip = im.Flip(im.Blur("/images/other/door.png", 1.5), horizontal=True)
|
||||
image guitarpick = "/images/other/pickthrown.png"
|
||||
image projector9 blurred = im.Blur("images/cgs/projector9.jpg", 1.5)
|
||||
@ -349,6 +347,11 @@ image fangonamp = "images/cgs/finalamp.png"
|
||||
image schooloutside normal = "images/backgorunds/outside school.jpg"
|
||||
image schooloutside blurred = im.Blur("images/backgrounds/outside school.jpg", 1.8)
|
||||
image sodacan blurred = im.Blur("images/other/sodacan.png", 1.8)
|
||||
image fangdadlarge = "images/fangparents/fangdad neutral large.png"
|
||||
|
||||
image home fang night blurred = im.Blur('images/backgrounds/home fang night.jpg', 2.0)
|
||||
image home fang night lessblurred = im.Blur('images/backgrounds/home fang night.jpg', 1.5)
|
||||
image home fang night barelyblurred = im.Blur('images/backgrounds/home fang night.jpg', 0.5)
|
||||
|
||||
image projector9_blur:
|
||||
"projector9 normal" with dissolve
|
||||
@ -365,13 +368,14 @@ image schooloutside_blur:
|
||||
repeat
|
||||
|
||||
|
||||
#example for blurring
|
||||
# image moes_pizza_blur:
|
||||
# "moespizza effect" with dissolve
|
||||
# pause 1
|
||||
# "moespizza blurred" with dissolve
|
||||
# pause 1
|
||||
# repeat
|
||||
#Dual actor sprites
|
||||
image fangcarriesanon = "images/anon/Other/fanganoncarry.png"
|
||||
|
||||
#additional CGs
|
||||
image gold_fang_home_prom_stars = "images/cgs/stair3.png"
|
||||
image good_fang_home_prom_stars = "images/cgs/stair2.png"
|
||||
image other_fang_home_prom_stars = "images/cgs/stair1.png"
|
||||
|
||||
|
||||
#WAOH ITS THE TITLE SCREEN!!!!
|
||||
label splashscreen:
|
||||
|
Reference in New Issue
Block a user