mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-23 01:39:37 +01:00
Add all of the characters
This commit is contained in:
parent
aae7c961d3
commit
24ef384443
2 changed files with 26 additions and 1 deletions
|
@ -8,4 +8,29 @@ label chapter_2_new:
|
||||||
play music 'audio/OST/Those Other Two Weirdos.ogg'
|
play music 'audio/OST/Those Other Two Weirdos.ogg'
|
||||||
show anon neutral flip at aright with dissolve
|
show anon neutral flip at aright with dissolve
|
||||||
A "Sample Text"
|
A "Sample Text"
|
||||||
|
F "Sample Text"
|
||||||
|
Lucy "Sample Text"
|
||||||
|
Ro "Sample Text"
|
||||||
|
St "Sample Text"
|
||||||
|
N "Sample Text"
|
||||||
|
Nas "Sample Text"
|
||||||
|
T "Sample Text"
|
||||||
|
Attendant "Sample Text"
|
||||||
|
Sp "Sample Text"
|
||||||
|
Re "Sample Text"
|
||||||
|
D "Sample Text"
|
||||||
|
FM "Sample Text"
|
||||||
|
FD "Sample Text"
|
||||||
|
Tsuki "Sample Text"
|
||||||
|
unknown "Sample Text"
|
||||||
|
jingo "Sample Text"
|
||||||
|
MaitD "Sample Text"
|
||||||
|
Moe "Sample Text"
|
||||||
|
Vince "Sample Text"
|
||||||
|
Waitress "Sample Text"
|
||||||
|
AnonAndFang "Sample Text"
|
||||||
|
SV "Sample Text"
|
||||||
|
carl "Sample Text"
|
||||||
|
Drf "Sample Text"
|
||||||
|
FRT "Sample Text"
|
||||||
return
|
return
|
||||||
|
|
|
@ -115,7 +115,7 @@ define AnonAndFang = Character('Anon and Fang',color="72DFA8", who_outlines=[(gu
|
||||||
define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(gui.name_text_thickness, '#58260C')]) # Yellow
|
define SV = Character ('Street Vendor',color="#F8E120", who_outlines=[(gui.name_text_thickness, '#58260C')]) # Yellow
|
||||||
define carl = Character ('Mr. Carldewskii',color="#EECB99", who_outlines=[(gui.name_text_thickness, '#082337')]) #Puke Orange
|
define carl = Character ('Mr. Carldewskii',color="#EECB99", who_outlines=[(gui.name_text_thickness, '#082337')]) #Puke Orange
|
||||||
define Drf = Character ('Dr. Fernsworth',color="#DCEEF5", who_outlines=[(gui.name_text_thickness, '#253354')]) #Yellow-Orange
|
define Drf = Character ('Dr. Fernsworth',color="#DCEEF5", who_outlines=[(gui.name_text_thickness, '#253354')]) #Yellow-Orange
|
||||||
define FRT = Character ('Fang Reed & Trish',color="#DCBBF7", who_outlines=[(gui.name_text_thickness, '#113623')]) #Light Purple
|
define FRT = Character ('Fang Reed & Trish',color="#DCBBF7", who_outlines=[(gui.name_text_thickness, '#191C78')]) #Light Purple
|
||||||
|
|
||||||
#Extra image translations
|
#Extra image translations
|
||||||
#siloettes
|
#siloettes
|
||||||
|
|
Loading…
Reference in a new issue