Uploaded game files
This commit is contained in:
parent
459da513f6
commit
f71e7e39a0
1543 changed files with 50503 additions and 0 deletions
61
project/dialogic/themes/default-theme.cfg
Normal file
61
project/dialogic/themes/default-theme.cfg
Normal file
|
@ -0,0 +1,61 @@
|
|||
[settings]
|
||||
|
||||
name="Default Theme"
|
||||
|
||||
[text]
|
||||
|
||||
alignment=0
|
||||
shadow=true
|
||||
font="res://font_vn_new.tres"
|
||||
bold_font="res://font_vn_new.tres"
|
||||
italic_font="res://font_vn_new.tres"
|
||||
text_margin_top=20.0
|
||||
text_margin_left=30.0
|
||||
preview="This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
|
||||
You can even use effects!?"
|
||||
|
||||
[background]
|
||||
|
||||
modulation=true
|
||||
image="res://sprites/textbox.png"
|
||||
modulation_color="#a0ffffff"
|
||||
|
||||
[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=[ 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 ) ]
|
||||
|
||||
[audio]
|
||||
|
||||
waiting={
|
||||
"allow_interrupt": true,
|
||||
"audio_bus": "Master",
|
||||
"enable": false,
|
||||
"path": "res://sfx/fairyshot.wav",
|
||||
"pitch": 1.0,
|
||||
"pitch_rand_range": 0.0,
|
||||
"volume": 0.0,
|
||||
"volume_rand_range": 0.0
|
||||
}
|
||||
typing={
|
||||
"allow_interrupt": true,
|
||||
"audio_bus": "Master",
|
||||
"enable": false,
|
||||
"path": "res://sfx/suika_shot.wav",
|
||||
"pitch": 1.0,
|
||||
"pitch_rand_range": 0.0,
|
||||
"volume": 0.0,
|
||||
"volume_rand_range": 0.0
|
||||
}
|
||||
|
||||
[next_indicator]
|
||||
|
||||
animation="Up and down"
|
||||
offset=Vector2( 20, 20 )
|
||||
|
||||
[name]
|
||||
|
||||
font="res://font_vn_new_name.tres"
|
81
project/dialogic/themes/theme-1667059144.cfg
Normal file
81
project/dialogic/themes/theme-1667059144.cfg
Normal file
|
@ -0,0 +1,81 @@
|
|||
[settings]
|
||||
|
||||
name="The Past"
|
||||
|
||||
[text]
|
||||
|
||||
alignment=0
|
||||
shadow=true
|
||||
font="res://font_vn_new.tres"
|
||||
bold_font="res://font_vn_new.tres"
|
||||
italic_font="res://font_vn_new.tres"
|
||||
text_margin_top=20.0
|
||||
text_margin_left=30.0
|
||||
preview="This is preview text"
|
||||
|
||||
[background]
|
||||
|
||||
modulation=true
|
||||
image="res://sprites/textbox_sad.png"
|
||||
modulation_color="#a0ffffff"
|
||||
|
||||
[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=[ true, Color( 0.87451, 0.866667, 0.321569, 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.87451, 0.866667, 0.321569, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://addons/dialogic/Example Assets/backgrounds/background-2.png", false, Color( 1, 1, 1, 1 ) ]
|
||||
pressed=[ true, Color( 0.568627, 0.564706, 0.286275, 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]
|
||||
|
||||
waiting={
|
||||
"allow_interrupt": true,
|
||||
"audio_bus": "Master",
|
||||
"enable": false,
|
||||
"path": "res://sfx/fairyshot.wav",
|
||||
"pitch": 1.0,
|
||||
"pitch_rand_range": 0.0,
|
||||
"volume": 0.0,
|
||||
"volume_rand_range": 0.0
|
||||
}
|
||||
typing={
|
||||
"allow_interrupt": true,
|
||||
"audio_bus": "Master",
|
||||
"enable": false,
|
||||
"path": "res://sfx/suika_shot.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": true,
|
||||
"path": "res://sfx/ui_choose.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": true,
|
||||
"path": "res://sfx/ui_choose.wav",
|
||||
"pitch": 1.0,
|
||||
"pitch_rand_range": 0.0,
|
||||
"volume": 0.0,
|
||||
"volume_rand_range": 0.0
|
||||
}
|
||||
|
||||
[next_indicator]
|
||||
|
||||
animation="Up and down"
|
||||
offset=Vector2( 20, 20 )
|
||||
|
||||
[name]
|
||||
|
||||
font="res://font_vn_new_name.tres"
|
||||
auto_color=false
|
Loading…
Add table
Add a link
Reference in a new issue