2022-11-27 13:31:09 -07:00
|
|
|
[settings]
|
|
|
|
|
|
|
|
name="Default Theme"
|
|
|
|
|
|
|
|
[text]
|
|
|
|
|
|
|
|
alignment=0
|
2022-11-27 19:55:11 -07:00
|
|
|
font="res://assets/gratvityfont.tres"
|
|
|
|
shadow=true
|
|
|
|
shadow_color="#9e000000"
|
|
|
|
shadow_offset=Vector2( 7, 2 )
|
|
|
|
|
|
|
|
[buttons]
|
|
|
|
|
2022-12-28 20:24:20 -07:00
|
|
|
normal=[ true, Color( 0.521569, 0.521569, 0.521569, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
2022-12-22 16:37:10 -07:00
|
|
|
hover=[ true, Color( 0.717647, 0.717647, 0.717647, 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( 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 ) ]
|
2022-11-27 19:55:11 -07:00
|
|
|
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 ) ]
|
2022-12-22 16:37:10 -07:00
|
|
|
layout=1
|
|
|
|
fixed=true
|
|
|
|
fixed_size=Vector2( 200, 80 )
|
|
|
|
offset=Vector2( 0, -50 )
|
2022-11-27 19:55:11 -07:00
|
|
|
|
|
|
|
[name]
|
|
|
|
|
|
|
|
font="res://assets/dialogic_name_font.tres"
|
|
|
|
auto_color=true
|
|
|
|
|
|
|
|
[background]
|
|
|
|
|
|
|
|
use_image=true
|
|
|
|
image="res://assets/meatytextbox.png"
|
|
|
|
|
|
|
|
[next_indicator]
|
|
|
|
|
|
|
|
image="res://assets/pixel.png"
|
|
|
|
scale=1
|
|
|
|
offset=Vector2( 10, 10 )
|
|
|
|
|
|
|
|
[offset]
|
|
|
|
|
|
|
|
scale=Vector2( 10, 10 )
|
|
|
|
|
|
|
|
[audio]
|
|
|
|
|
|
|
|
typing={
|
|
|
|
"allow_interrupt": true,
|
|
|
|
"audio_bus": "Master",
|
|
|
|
"enable": true,
|
|
|
|
"path": "res://assets/audio/typing.ogg",
|
|
|
|
"pitch": 1.0,
|
|
|
|
"pitch_rand_range": 0.0,
|
|
|
|
"volume": 0.0,
|
|
|
|
"volume_rand_range": 0.0
|
|
|
|
}
|