mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
rework ch6 'good' choices up to troodon
This commit is contained in:
parent
52ca7a0a10
commit
7402ea2ae1
2 changed files with 1374 additions and 538 deletions
|
@ -260,10 +260,12 @@ image reed happy flip = im.Flip("reed/reed happy.png", horizontal=True)
|
||||||
image reed happy sunglasses flip = im.Flip("reed/reed happy sunglasses.png", horizontal=True)
|
image reed happy sunglasses flip = im.Flip("reed/reed happy sunglasses.png", horizontal=True)
|
||||||
image anon face happy flip = im.Flip("anon/base set/anon face happy.png", horizontal=True)
|
image anon face happy flip = im.Flip("anon/base set/anon face happy.png", horizontal=True)
|
||||||
image anon happy flip = im.Flip("anon/emotive set/anon happy.png", horizontal=True)
|
image anon happy flip = im.Flip("anon/emotive set/anon happy.png", horizontal=True)
|
||||||
|
image anon grin flip = im.Flip("anon/base set/anon grin.png", horizontal=True)
|
||||||
image trish future smug flip = im.Flip("trish/trish future smug.png", horizontal=True)
|
image trish future smug flip = im.Flip("trish/trish future smug.png", horizontal=True)
|
||||||
image trish prom happy flip = im.Flip("trish/trish prom happy.png", horizontal=True)
|
image trish prom happy flip = im.Flip("trish/trish prom happy.png", horizontal=True)
|
||||||
image stella happy flip = im.Flip("stella/stella happy.png", horizontal=True)
|
image stella happy flip = im.Flip("stella/stella happy.png", horizontal=True)
|
||||||
image stella happy alt flip = im.Flip("stella/stella happy alt.png", horizontal=True)
|
image stella happy alt flip = im.Flip("stella/stella happy alt.png", horizontal=True)
|
||||||
|
image fangdad happy flip = im.Flip("fangparents/fangdad happy.png", horizontal=True)
|
||||||
|
|
||||||
#fear flips
|
#fear flips
|
||||||
image anon fear flip = im.Flip("anon/emotive set/anon fear.png", horizontal=True)
|
image anon fear flip = im.Flip("anon/emotive set/anon fear.png", horizontal=True)
|
||||||
|
@ -321,12 +323,14 @@ image rosa prom closed flip = im.Flip("rosa/rosa prom closed.png", horizontal=Tr
|
||||||
image reed sunglasses flip = im.Flip("reed/reed sunglasses.png", horizontal=True)
|
image reed sunglasses flip = im.Flip("reed/reed sunglasses.png", horizontal=True)
|
||||||
image trish prom bass flip = im.Flip("trish/trish prom bass.png", horizontal=True)
|
image trish prom bass flip = im.Flip("trish/trish prom bass.png", horizontal=True)
|
||||||
image trish smug flip = im.Flip("trish/trish smug.png", horizontal=True)
|
image trish smug flip = im.Flip("trish/trish smug.png", horizontal=True)
|
||||||
|
image naser smug flip = im.Flip("naser/naser smug.png", horizontal=True)
|
||||||
image rosa future flip = im.Flip("rosa/rosa future.png", horizontal=True)
|
image rosa future flip = im.Flip("rosa/rosa future.png", horizontal=True)
|
||||||
image jinflip = im.Flip("other/jin.png", horizontal=True)
|
image jinflip = im.Flip("other/jin.png", horizontal=True)
|
||||||
image farnsworth flip = im.Flip("other/farnsworth.png", horizontal=True)
|
image farnsworth flip = im.Flip("other/farnsworth.png", horizontal=True)
|
||||||
image carldelewski flip = im.Flip("other/carldelewski.png", horizontal=True)
|
image carldelewski flip = im.Flip("other/carldelewski.png", horizontal=True)
|
||||||
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
image fangdad unimpressed flip = im.Flip("fangparents/fangdad unimpressed.png", horizontal=True)
|
||||||
image naser handout flip = im.Flip("naser/naser handout.png", horizontal=True)
|
image naser handout flip = im.Flip("naser/naser handout.png", horizontal=True)
|
||||||
|
image naomi keikaku flip = im.Flip("naomi/naomi keikaku.png", horizontal=True)
|
||||||
|
|
||||||
# vfx
|
# vfx
|
||||||
image black = "#000"
|
image black = "#000"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue