Namebox is default long
This commit is contained in:
@ -87,8 +87,6 @@ transform randPosition:
|
||||
# "guitar.webp"
|
||||
|
||||
#Raw Image & kwargs for long textboxes
|
||||
define long_textbox_img = Image("gui/textbox_long.png", xalign=0.5, yalign=1.0)
|
||||
define long_textbox = { "window_background": long_textbox_img, 'namebox_style': "namebox_large" }
|
||||
|
||||
#Characters
|
||||
define A = Character ('Anon',color="#36E12D") #Light Green
|
||||
@ -114,11 +112,11 @@ define Vince = Character ('Vince',color="#3C770D") #Dark Green
|
||||
define Waitress = Character ('Waitress',color="#C89B19") #Gold
|
||||
#long TB chars
|
||||
|
||||
define AnonAndFang = Character('Anon and Fang',color="34F313", **long_textbox)
|
||||
define SV = Character ('Street Vendor',color="#420046", **long_textbox)
|
||||
define carl = Character ('Mr. Carldewskii',color="#4963A5", **long_textbox)
|
||||
define Drf = Character ('Dr. Fernsworth',color="#4963A5", **long_textbox)
|
||||
define FRT = Character ('Fang Reed & Trish',color="#4963A5", **long_textbox)
|
||||
define AnonAndFang = Character('Anon and Fang',color="34F313")
|
||||
define SV = Character ('Street Vendor',color="#420046")
|
||||
define carl = Character ('Mr. Carldewskii',color="#4963A5")
|
||||
define Drf = Character ('Dr. Fernsworth',color="#4963A5")
|
||||
define FRT = Character ('Fang Reed & Trish',color="#4963A5")
|
||||
|
||||
|
||||
#Extra image translations
|
||||
|
Reference in New Issue
Block a user