forked from Cavemanon/SnootGame
give Fang the pendant for later RAYmba scene and whole of Trish III
This commit is contained in:
@ -518,6 +518,7 @@ image naser fullystained shocked = Composite(
|
||||
(-40, -20), "ccf_rstain"
|
||||
)
|
||||
|
||||
# TODO: these should be defined in a much more concise way e.g `fangp happy`, the extra tags are very cumbersome and unnecessary
|
||||
#fang w pendant ending D
|
||||
image fang nonxmas pendant happy = Composite(
|
||||
# (1412, 1500),
|
||||
@ -525,6 +526,12 @@ image fang nonxmas pendant happy = Composite(
|
||||
(0, 0), "fang happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
image fang phappy flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/basic set/fang happy.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant sad = Composite(
|
||||
# (1412, 1500),
|
||||
@ -546,6 +553,12 @@ image fang nonxmas pendant surprised = Composite(
|
||||
(0, 0), "fang surprised",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
image fang psurprised flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/basic set/fang surprised.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant angry = Composite(
|
||||
# (1412, 1500),
|
||||
@ -560,6 +573,12 @@ image fang nonxmas pendant neutral = Composite(
|
||||
(0, 0), "fang neutral",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
image fang pneutral flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/basic set/fang neutral.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant considering = Composite(
|
||||
# (1412, 1500),
|
||||
@ -581,6 +600,12 @@ image fang nonxmas pendant very happy = Composite(
|
||||
(0, 0), "fang very happy",
|
||||
(0, 0), "amberpendant6veryhappy"
|
||||
)
|
||||
image fang pvhappy flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/emotive set/fang very happy.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant6veryhappy.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant shocked = Composite(
|
||||
# (1412, 1500),
|
||||
@ -588,6 +613,12 @@ image fang nonxmas pendant shocked = Composite(
|
||||
(0, 0), "fang shocked",
|
||||
(0, 0), "amberpendant4shock"
|
||||
)
|
||||
image fang pshocked flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/emotive set/fang shocked.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant4shock.png", horizontal=True)
|
||||
)
|
||||
|
||||
image fang nonxmas pendant flip off happy = Composite(
|
||||
# (1412, 1500),
|
||||
@ -595,6 +626,12 @@ image fang nonxmas pendant flip off happy = Composite(
|
||||
(0, 0), "fang flip off happy",
|
||||
(0, 0), "amberpendant"
|
||||
)
|
||||
image fang pbird happy flip = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), im.Flip("fang/emotive set/fang flip off happy.png", horizontal=True),
|
||||
(0, 0), im.Flip("images/other/amberpendant1.png", horizontal=True)
|
||||
)
|
||||
|
||||
#phone gallery effect
|
||||
|
||||
|
Reference in New Issue
Block a user