rework ch5 'excuse self' route, troodon market, moe's pizza scene. Replace ch5 sketches
BIN
game/images/anon/emotive set/anon shrug.png
Normal file
After Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 998 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 1,021 KiB |
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 825 KiB |
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 756 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 932 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 2.5 MiB |
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 2.1 MiB |
|
@ -144,6 +144,7 @@ define SV = Character ('Street Vendor', base, color="#F8E120", who_outlines=[(1,
|
|||
define carl = Character ('Mr. Carldewskii', base, color="#E19E40", who_outlines=[(1, '#03223B')])
|
||||
define Drf = Character ('Dr. Fernsworth', base, color="#253354", who_outlines=[(1, '#334573')])
|
||||
define FRT = Character ('Fang Reed & Trish', base, color="#4963A5", who_outlines=[(1, '#FFFFFF')])
|
||||
define unknown = Character ('(???)', base, color="#000000", who_outlines=[(1, '#FFFFFF')]) # Black
|
||||
|
||||
#Extra image translations
|
||||
#siloettes
|
||||
|
@ -313,7 +314,6 @@ 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)
|
||||
|
||||
|
||||
#other flips
|
||||
image spears happy flip = im.Flip("spears/spears happy.png", horizontal=True)
|
||||
image fang flip off happy flip = im.Flip("fang/emotive set/fang flip off happy.png", horizontal=True)
|
||||
|
@ -331,6 +331,11 @@ image carldelewski flip = im.Flip("other/carldelewski.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 naomi keikaku flip = im.Flip("naomi/naomi keikaku.png", horizontal=True)
|
||||
image anon shrug flip = im.Flip("anon/emotive set/anon shrug.png", horizontal=True)
|
||||
image fang hug flip = im.Flip("fang/emotive set/fang hug.png", horizontal=True)
|
||||
|
||||
# scene flips
|
||||
image moes pizza mirrored = im.Flip("backgrounds/moes pizza.jpg", horizontal=True)
|
||||
|
||||
# vfx
|
||||
image black = "#000"
|
||||
|
|