add bonus Trish chapter part 3

This commit is contained in:
Bowie 2021-09-24 14:07:05 +01:00
parent 4b7d2239c1
commit f7306bbf04
20 changed files with 1366 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -138,12 +138,16 @@ define MaitD = Character ('Maitre D', base, color="#241630", who_outlines=[(1, '
define Moe = Character('Moe', base, color="#A5BEED", who_outlines=[(1, '#342210')]) # Desaturated Blue
define Vince = Character ('Vince', base, color="#FFC63A", who_outlines=[(1, '#4D280A')]) # Yellow-Orange
define Waitress = Character ('Waitress', base, color="#F691C8", who_outlines=[(1, '#402E3A')]) # Pink
define Riley = Character ('Riley', base, color="#B675E6", who_outlines=[(1, '#1F0632')]) # TODO
define Tana = Character ('Tana', base, color="#B675E6", who_outlines=[(1, '#1F0632')]) # TODO
define Trevor = Character ('Trevor', base, color="#B675E6", who_outlines=[(1, '#1F0632')]) # TODO
#long TB chars
define AnonAndFang = Character('Anon and Fang', base, color="72DFA8", who_outlines=[(1, '#113623')])
define SV = Character ('Street Vendor', base, color="#F8E120", who_outlines=[(1, '#361504')])
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 TT = Character ('Tana & Trevor', base, color="#B675E6", who_outlines=[(1, '#1F0632')]) # TODO
#Extra image translations
#siloettes
@ -354,6 +358,20 @@ image anon concerned flip = im.Flip("anon/base set/anon concerned.png", horizont
image rosa excited flip = im.Flip("rosa/rosa excited.png", horizontal=True)
image fang anguish flip = im.Flip("fang/emotive set/fang anguish.png", horizontal=True)
image fang embarass flip = im.Flip("fang/emotive set/fang embarass.png", horizontal=True)
# trish fam flips
image chondra neutral flip = im.Flip("trishfam/chondra neutral.png", horizontal=True)
image chondra happy flip = im.Flip("trishfam/chondra happy.png", horizontal=True)
image riley neutral flip = im.Flip("trishfam/riley neutral.png", horizontal=True)
image riley conspiratorial flip = im.Flip("trishfam/riley conspiratorial.png", horizontal=True)
image riley smirk flip = im.Flip("trishfam/riley smirk.png", horizontal=True)
image tali neutral flip = im.Flip("trishfam/tali neutral.png", horizontal=True)
image tali happy flip = im.Flip("trishfam/tali happy.png", horizontal=True)
image tana neutral flip = im.Flip("trishfam/tana neutral.png", horizontal=True)
image tana cheer flip = im.Flip("trishfam/tana cheer.png", horizontal=True)
image trevor neutral flip = im.Flip("trishfam/trevor neutral.png", horizontal=True)
image trevor awe flip = im.Flip("trishfam/trevor awe.png", horizontal=True)
# scene flips
image moes pizza mirrored = im.Flip("backgrounds/moes pizza.jpg", horizontal=True)

View File

@ -2,7 +2,7 @@
label chapter_x1:
play music 'audio/ost/prized bowling ball.ogg' fadein 0.2
play music 'audio/ost/prized bowling shoes.ogg' fadein 0.2
scene black with Dissolve(1)
pause .5

File diff suppressed because it is too large Load Diff