forked from Cavemanon/SnootGame
ext work
This commit is contained in:
@ -320,6 +320,8 @@ image trish indignant flip = im.Flip("trish/trish indignant.png", horizontal=Tru
|
||||
image fang surprised flip = im.Flip("fang/basic set/fang surprised.png", horizontal=True)
|
||||
image trish surprised flip = im.Flip("trish/trish surprised.png", horizontal=True)
|
||||
image naser surprised flip = im.Flip("naser/naserintermediaryshocked.png", horizontal=True)
|
||||
image naser surprised = "naser/naserintermediaryshocked.png"
|
||||
|
||||
|
||||
#other flips
|
||||
image spears happy flip = im.Flip("spears/spears happy.png", horizontal=True)
|
||||
@ -372,8 +374,92 @@ image amberpendant = "images/other/amberpendant1.png"
|
||||
image amberpendant6veryhappy = 'images/other/amberpendant6veryhappy.png'
|
||||
image amberpendant4shock = 'images/other/amberpendant4shock.png'
|
||||
image chillicheesefries = 'images/other/chilli cheese fries.png'
|
||||
image ccf_rstain = 'images/other/rstain base set for composites.png'
|
||||
image ccf_lstain = 'images/other/lstain base set for composites.png'
|
||||
|
||||
#additional character images
|
||||
#naser gets a stain
|
||||
image naser rstained unimpressed = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser unimpressed",
|
||||
(0, 0), "ccf_rstain"
|
||||
)
|
||||
|
||||
image naser rstained sad = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser sad",
|
||||
(0, 0), "ccf_rstain"
|
||||
)
|
||||
|
||||
image naser rstained neutral = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser neutral",
|
||||
(0, 0), "ccf_rstain"
|
||||
)
|
||||
|
||||
image naser rstained shocked = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser shocked",
|
||||
(-40, -20), "ccf_rstain"
|
||||
)
|
||||
|
||||
image naser rstained explanatory = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser explanatory",
|
||||
(20, 0), "ccf_rstain"
|
||||
)
|
||||
|
||||
#naser got two stains
|
||||
image naser fullystained happy = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser happy",
|
||||
(0, 0), "ccf_rstain",
|
||||
(-175, 0), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained unimpressed = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser unimpressed",
|
||||
(0, 0), "ccf_rstain",
|
||||
(-175, 0), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained surprised = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser surprised",
|
||||
(-15, -15), "ccf_rstain",
|
||||
(-235, -20), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained explanatory = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser explanatory",
|
||||
(20, 0), "ccf_rstain",
|
||||
(-175, 0), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained sad = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser sad",
|
||||
(0, 0), "ccf_rstain",
|
||||
(-175, 0), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained considering = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser considering",
|
||||
(0, 0), "ccf_rstain",
|
||||
(-175, 0), "ccf_lstain"
|
||||
)
|
||||
|
||||
image naser fullystained shocked = Composite(
|
||||
(1412, 1500),
|
||||
(0, 0), "naser shocked",
|
||||
(-280, -20), "ccf_lstain",
|
||||
(-40, -20), "ccf_rstain"
|
||||
)
|
||||
|
||||
#fang w pendant ending D
|
||||
image fang pendant happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
@ -460,6 +546,10 @@ image fang d happy flip = im.Flip('images/fang/future sets/fang d happy.png', ho
|
||||
image naser neckhold flip = im.Flip('images/naser/naserneckhold.png', horizontal=True)
|
||||
image anon grin = 'images/anon/base set/anon grin.png'
|
||||
image anon grin flip = im.Flip('images/anon/base set/anon grin.png', horizontal=True)
|
||||
image tracy neutral flip = im.Flip('images/tracy/tracy neutral.png', horizontal=True)
|
||||
image tracy tease flip = im.Flip('images/tracy/tracy tease.png', horizontal=True)
|
||||
image tracy unimpressed flip = im.Flip('images/tracy/tracy unimpressed.png', horizontal=True)
|
||||
|
||||
|
||||
#extra chapters other images
|
||||
image home fang night blurred = im.Blur('images/backgrounds/home fang night.jpg', 2.0)
|
||||
|
Reference in New Issue
Block a user