69 lines
1.9 KiB
INI
69 lines
1.9 KiB
INI
[settings]
|
||
|
||
name="Default Theme"
|
||
|
||
[text]
|
||
|
||
alignment=0
|
||
font="res://resources/fonts/TimesNewerRoman-Regular.otf"
|
||
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]"
|
||
bold_font="res://resources/fonts/TimesNewerRoman-Bold.otf"
|
||
italic_font="res://resources/fonts/TimesNewerRoman-Italic.otf"
|
||
text_margin_right=0.0
|
||
text_margin_top=0.0
|
||
text_margin_left=0.0
|
||
|
||
[buttons]
|
||
|
||
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", false, Color( 1, 1, 1, 1 ) ]
|
||
hover=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 0.25098, 0.239216, 0.239216, 0.67451 ) ]
|
||
pressed=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", true, Color( 1, 1, 1, 0.75 ) ]
|
||
disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://resources/graphics/GUI/ChoiceButtonTexture.webp", false, Color( 1, 1, 1, 1 ) ]
|
||
|
||
gap=3.0
|
||
padding=Vector2( 0, 0 )
|
||
|
||
[background]
|
||
|
||
full_width=true
|
||
image="res://resources/graphics/GUI/kadark.webp"
|
||
modulation=true
|
||
use_color=false
|
||
color="#ff000000"
|
||
modulation_color="#ddffffff"
|
||
|
||
[next_indicator]
|
||
|
||
scale=0.3
|
||
offset=Vector2( 13, 0 )
|
||
animation="Pulse"
|
||
|
||
[audio]
|
||
|
||
typing={
|
||
"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
|
||
}
|
||
|
||
[box]
|
||
|
||
size=Vector2( 903, 167 )
|
||
box_margin_bottom=0.0
|
||
box_margin_left=0.0
|
||
box_margin_top=0.0
|
||
box_margin_right=0.0
|
||
|
||
[name]
|
||
|
||
image="res://resources/graphics/GUI/NameBorder.webp"
|
||
image_visible=true
|
||
shadow="#a3ffffff"
|
||
shadow_offset=Vector2( 1, 1 )
|
||
shadow_visible=false
|