forked from Cavemanon/SnootGame
fixes and ending D cg
This commit is contained in:
@ -242,6 +242,7 @@ image reed shocked flip = im.Flip("reed/reed shocked.png", horizontal=True)
|
||||
image naser shocked flip = im.Flip("naser/naser shocked.png", horizontal=True)
|
||||
image naomi shocked flip = im.Flip("naomi/naomi shocked.png", horizontal=True)
|
||||
image stella shock alt flip = im.Flip("stella/stella shock alt.png", horizontal=True)
|
||||
image fang prom d shocked flip = im.Flip("fang/prom sets/fang d prom shock.png", horizontal=True)
|
||||
|
||||
#considering flips
|
||||
image fang considering flip = im.Flip("fang/basic set/fang considering.png", horizontal=True)
|
||||
@ -344,6 +345,7 @@ image anon concerned flip = im.Flip("images/anon/base set/anon concerned.png", h
|
||||
# vfx
|
||||
image black = "#000"
|
||||
image white = "#FFF"
|
||||
image blue = "#BECBFF"
|
||||
image dimmer_lighter = "#00000033"
|
||||
image dimmer_light = "#00000066"
|
||||
image dimmer_darker = "#00000088"
|
||||
@ -460,77 +462,77 @@ image naser fullystained shocked = Composite(
|
||||
)
|
||||
|
||||
#fang w pendant ending D
|
||||
image fang pendant happy = Composite(
|
||||
image fang nonxmas pendant happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant sad = Composite(
|
||||
image fang nonxmas pendant sad = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang sad",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant unimpressed = Composite(
|
||||
image fang nonxmas pendant unimpressed = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang unimpressed",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant surprised = Composite(
|
||||
image fang nonxmas pendant surprised = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang surprised",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant angry = Composite(
|
||||
image fang nonxmas pendant angry = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang angry",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant neutral = Composite(
|
||||
image fang nonxmas pendant neutral = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang neutral",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant considering = Composite(
|
||||
image fang nonxmas pendant considering = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang considering",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
|
||||
image fang pendant very happy = Composite(
|
||||
image fang nonxmas pendant very happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang very happy",
|
||||
(0, 0), "amberpendant6veryhappy"
|
||||
)
|
||||
|
||||
image fang pendant very happy = Composite(
|
||||
image fang nonxmas pendant very happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang very happy",
|
||||
(0, 0), "amberpendant6veryhappy"
|
||||
)
|
||||
|
||||
image fang pendant shocked = Composite(
|
||||
image fang nonxmas pendant shocked = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang shocked",
|
||||
(0, 0), "amberpendant4shock"
|
||||
)
|
||||
|
||||
image fang pendant flip off happy = Composite(
|
||||
image fang nonxmas pendant flip off happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang flip off happy",
|
||||
@ -564,6 +566,7 @@ image emptyroomnight = "images/backgrounds/emptyroomnight.png"
|
||||
image naomifangcg = "images/cgs/naomifangcg.png"
|
||||
image naomifangcg blur = im.Blur("images/cgs/naomifangcg.png", 1.5)
|
||||
image naomiletter = 'images/cgs/naomiletter.png'
|
||||
image ending_d_cg = 'images/cgs/golden ending.png'
|
||||
|
||||
image projector9_blur:
|
||||
"projector9 normal" with dissolve
|
||||
|
Reference in New Issue
Block a user