You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.8 KiB
63 lines
1.8 KiB
[settings] |
|
|
|
name="Default Theme" |
|
|
|
[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=[ 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 ) ] |
|
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] |
|
|
|
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 |
|
} |
|
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 |
|
} |
|
passing={ |
|
"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 |
|
} |
|
hovering={ |
|
"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 |
|
} |
|
selecting={ |
|
"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 |
|
}
|
|
|