mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
change ctc marker to nestled-close
This commit is contained in:
parent
37dcffc4cb
commit
2790334342
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ 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" }
|
define long_textbox = { "window_background": long_textbox_img, 'namebox_style': "namebox_large" }
|
||||||
|
|
||||||
#Characters
|
#Characters
|
||||||
define base = Character (ctc="ctc_end_marker", ctc_pause="ctc_mid_marker", ctc_timedpause=Null(), ctc_position="nestled") # try to remember some of the basics of CTC
|
define base = Character (ctc="ctc_end_marker", ctc_pause="ctc_mid_marker", ctc_timedpause=Null(), ctc_position="nestled-close") # try to remember some of the basics of CTC
|
||||||
define narrator = Character(kind=base)
|
define narrator = Character(kind=base)
|
||||||
define A = Character (_('Anon'), base, color="#36E12D", who_outlines=[(gui.name_text_thickness, '#0C300A')]) # Light Green
|
define A = Character (_('Anon'), base, color="#36E12D", who_outlines=[(gui.name_text_thickness, '#0C300A')]) # Light Green
|
||||||
define F = Character (_('Fang'), base, color="#B4D4CE", who_outlines=[(gui.name_text_thickness, '#0F3930')]) # Light Cyan
|
define F = Character (_('Fang'), base, color="#B4D4CE", who_outlines=[(gui.name_text_thickness, '#0F3930')]) # Light Cyan
|
||||||
|
|
Loading…
Reference in a new issue