Joseph Surin
3 years ago
5 changed files with 92 additions and 8 deletions
@ -0,0 +1,20 @@ |
|||||||
|
{ |
||||||
|
"color": "#ffce915b", |
||||||
|
"description": "", |
||||||
|
"display_name": "", |
||||||
|
"display_name_bool": false, |
||||||
|
"id": "character-1642550408.json", |
||||||
|
"mirror_portraits": false, |
||||||
|
"name": "james", |
||||||
|
"nickname": "", |
||||||
|
"nickname_bool": false, |
||||||
|
"offset_x": 0, |
||||||
|
"offset_y": 0, |
||||||
|
"portraits": [ |
||||||
|
{ |
||||||
|
"name": "Default", |
||||||
|
"path": "" |
||||||
|
} |
||||||
|
], |
||||||
|
"scale": 100 |
||||||
|
} |
@ -1,3 +1,63 @@ |
|||||||
[settings] |
[settings] |
||||||
|
|
||||||
name="Default Theme" |
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 |
||||||
|
} |
||||||
|
Loading…
Reference in new issue