meat_madness_redux/godot/dialogic/themes/theme-1672728448.cfg

79 lines
2.1 KiB
INI
Raw Normal View History

2023-01-03 00:07:33 -07:00
[settings]
name="Obelisk Theme"
[background]
image="res://assets/MainPanel01.png"
full_width=false
2023-01-03 00:32:05 -07:00
modulation=true
modulation_color="#ffff3a00"
2023-01-03 00:07:33 -07:00
[box]
size=Vector2( 1080, 600 )
anchor=5
portraits_behind_dialog_box=false
[text]
font="res://assets/alien_font.tres"
text_margin_left=50.0
text_margin_top=60.0
text_margin_right=-50.0
text_margin_bottom=-80.0
shadow=true
speed=2.0
preview="This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]"
shadow_color="#9e000000"
shadow_offset=Vector2( 5, 8 )
2023-01-03 00:32:05 -07:00
color="#ffe4e4e4"
2023-01-03 00:07:33 -07:00
[name]
font="res://assets/title_font.tres"
position=1
auto_color=false
shadow_visible=true
is_hidden=false
2023-01-03 00:16:38 -07:00
shadow_offset=Vector2( 4, 5 )
2023-01-03 00:07:33 -07:00
[audio]
typing={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": true,
"path": "res://assets/audio/typing.ogg",
2023-01-03 01:08:11 -07:00
"pitch": 0.3,
2023-01-03 00:07:33 -07:00
"pitch_rand_range": 0.0,
2023-01-03 01:08:11 -07:00
"volume": 10.0,
2023-01-03 00:32:05 -07:00
"volume_rand_range": 0.26
2023-01-03 00:07:33 -07:00
}
2023-01-03 01:08:11 -07:00
waiting={
"allow_interrupt": true,
"audio_bus": "Master",
"enable": false,
"path": "res://addons/dialogic/Example Assets/Sound Effects/Beep.wav",
"pitch": 1.0,
"pitch_rand_range": 0.0,
"volume": 0.0,
"volume_rand_range": 0.0
}
2023-01-03 00:07:33 -07:00
[next_indicator]
animation="Up and down"
[buttons]
2023-01-03 02:13:18 -07:00
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", true, Color( 1, 1, 1, 1 ) ]
2023-01-03 00:07:33 -07:00
layout=1
fixed=true
fixed_size=Vector2( 200, 80 )
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 ) ]