the-lost-memory/project/dialogic/themes/default-theme.cfg

62 lines
1.8 KiB
INI

[settings]
name="Default Theme"
[text]
alignment=0
shadow=true
font="res://font_vn_new.tres"
bold_font="res://font_vn_new.tres"
italic_font="res://font_vn_new.tres"
text_margin_top=20.0
text_margin_left=30.0
preview="This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
You can even use effects!?"
[background]
modulation=true
image="res://sprites/textbox.png"
modulation_color="#a0ffffff"
[buttons]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
hover=[ true, Color( 0.698039, 0.698039, 0.698039, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
focus=[ true, Color( 0.698039, 0.698039, 0.698039, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
[audio]
waiting={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": false,
"path": "res://sfx/fairyshot.wav",
"pitch": 1.0,
"pitch_rand_range": 0.0,
"volume": 0.0,
"volume_rand_range": 0.0
}
typing={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": false,
"path": "res://sfx/suika_shot.wav",
"pitch": 1.0,
"pitch_rand_range": 0.0,
"volume": 0.0,
"volume_rand_range": 0.0
}
[next_indicator]
animation="Up and down"
offset=Vector2( 20, 20 )
[name]
font="res://font_vn_new_name.tres"