forked from Cavemanon/SnootGame
naomi arc pt 2
This commit is contained in:
@ -371,6 +371,7 @@ image amberpendant = "images/other/amberpendant1.png"
|
||||
image amberpendant6veryhappy = 'images/other/amberpendant6veryhappy.png'
|
||||
image amberpendant4shock = 'images/other/amberpendant4shock.png'
|
||||
|
||||
|
||||
#additional character images
|
||||
image fang pendant happy = Composite(
|
||||
# (1412, 1500),
|
||||
@ -428,6 +429,13 @@ image fang pendant very happy = Composite(
|
||||
(0, 0), "amberpendant6veryhappy"
|
||||
)
|
||||
|
||||
image fang pendant very happy = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
(0, 0), "fang very happy",
|
||||
(0, 0), "amberpendant6veryhappy"
|
||||
)
|
||||
|
||||
image fang pendant shocked = Composite(
|
||||
# (1412, 1500),
|
||||
(1412, 1500),
|
||||
@ -448,7 +456,7 @@ image naser tablehit = "naser/naser table hit.png"
|
||||
image naser tablehit flip = im.Flip("naser/naser table hit.png", horizontal=True)
|
||||
image naomi future flip = im.Flip('images/naomi/naomi future.png', horizontal=True)
|
||||
image fang d happy flip = im.Flip('images/fang/future sets/fang d happy.png', horizontal=True)
|
||||
|
||||
image naser neckhold flip = im.Flip('images/naser/naserneckhold.png', horizontal=True)
|
||||
|
||||
|
||||
#extra chapters other images
|
||||
@ -460,6 +468,8 @@ image d01_blur = im.Blur('images/cgs/d01.jpg', 1.5)
|
||||
image fangroomfuture = "images/backgrounds/fangroomfuture.png"
|
||||
image livingroomdayalt = "images/backgrounds/livingroomdayalt.png"
|
||||
|
||||
image naomiletter = 'images/cgs/naomiletter.png'
|
||||
|
||||
image projector9_blur:
|
||||
"projector9 normal" with dissolve
|
||||
pause 1
|
||||
|
Reference in New Issue
Block a user