forked from Cavemanon/SnootGame
pendant problem fixed, assets added
This commit is contained in:
BIN
game/images/other/amberpendant2happy.png
Normal file
BIN
game/images/other/amberpendant2happy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
game/images/other/amberpendant4shock.png
Normal file
BIN
game/images/other/amberpendant4shock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
game/images/other/amberpendant6veryhappy.png
Normal file
BIN
game/images/other/amberpendant6veryhappy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -364,6 +364,8 @@ image fangphonelayer1 = "images/other/fangphonelayer1.png"
|
|||||||
image fangphonelayer2 = im.Alpha("images/other/fangphonelayer2.png", 0.4)
|
image fangphonelayer2 = im.Alpha("images/other/fangphonelayer2.png", 0.4)
|
||||||
image nonalcoholic = "images/other/soda.png"
|
image nonalcoholic = "images/other/soda.png"
|
||||||
image amberpendant = "images/other/amberpendant1.png"
|
image amberpendant = "images/other/amberpendant1.png"
|
||||||
|
image amberpendant6veryhappy = 'images/other/amberpendant6veryhappy.png'
|
||||||
|
image amberpendant4shock = 'images/other/amberpendant4shock.png'
|
||||||
|
|
||||||
#additional character images
|
#additional character images
|
||||||
image fang pendant happy = Composite(
|
image fang pendant happy = Composite(
|
||||||
@ -419,14 +421,14 @@ image fang pendant very happy = Composite(
|
|||||||
# (1412, 1500),
|
# (1412, 1500),
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
(0, 0), "fang very happy",
|
(0, 0), "fang very happy",
|
||||||
(0, 0), "amberpendant"
|
(0, 0), "amberpendant6veryhappy"
|
||||||
)
|
)
|
||||||
|
|
||||||
image fang pendant shocked = Composite(
|
image fang pendant shocked = Composite(
|
||||||
# (1412, 1500),
|
# (1412, 1500),
|
||||||
(1412, 1500),
|
(1412, 1500),
|
||||||
(0, 0), "fang shocked",
|
(0, 0), "fang shocked",
|
||||||
(0, 0), "amberpendant"
|
(0, 0), "amberpendant4shock"
|
||||||
)
|
)
|
||||||
|
|
||||||
image fang pendant flip off happy = Composite(
|
image fang pendant flip off happy = Composite(
|
||||||
|
@ -338,7 +338,7 @@ label chapter_1xN:
|
|||||||
Everyone "SURPRISE!"
|
Everyone "SURPRISE!"
|
||||||
|
|
||||||
#potentially use fang very happy with a modified pendant cause it looks much better
|
#potentially use fang very happy with a modified pendant cause it looks much better
|
||||||
show fang pendant happy with dissolve:
|
show fang pendant very happy with dissolve:
|
||||||
xzoom -1.0
|
xzoom -1.0
|
||||||
F "Naomi’s pregnant!"
|
F "Naomi’s pregnant!"
|
||||||
|
|
||||||
@ -666,7 +666,7 @@ label chapter_1xN:
|
|||||||
show fang pendant happy:
|
show fang pendant happy:
|
||||||
ease_cubic 0.5 xalign -0.4
|
ease_cubic 0.5 xalign -0.4
|
||||||
pause 0.1
|
pause 0.1
|
||||||
show fang pendant surprised with dissolve:
|
show fang pendant shocked with dissolve:
|
||||||
xalign -0.3
|
xalign -0.3
|
||||||
|
|
||||||
"Only to nearly get kneecapped by Naomi’s stupidly fat tail."
|
"Only to nearly get kneecapped by Naomi’s stupidly fat tail."
|
||||||
|
Reference in New Issue
Block a user