57 lines
887 B
INI
57 lines
887 B
INI
|
[settings]
|
||
|
|
||
|
name="Tech Theme"
|
||
|
|
||
|
[background]
|
||
|
|
||
|
image="res://assets/MainPanel01.png"
|
||
|
full_width=false
|
||
|
modulation=false
|
||
|
|
||
|
[box]
|
||
|
|
||
|
size=Vector2( 1080, 600 )
|
||
|
anchor=5
|
||
|
portraits_behind_dialog_box=false
|
||
|
|
||
|
[text]
|
||
|
|
||
|
font="res://assets/gratvityfont.tres"
|
||
|
text_margin_left=50.0
|
||
|
text_margin_top=60.0
|
||
|
text_margin_right=-50.0
|
||
|
text_margin_bottom=-60.0
|
||
|
shadow=false
|
||
|
speed=2.0
|
||
|
|
||
|
[name]
|
||
|
|
||
|
font="res://assets/title_font.tres"
|
||
|
position=1
|
||
|
auto_color=false
|
||
|
shadow_visible=true
|
||
|
|
||
|
[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
|
||
|
}
|
||
|
|
||
|
[next_indicator]
|
||
|
|
||
|
animation="Up and down"
|
||
|
|
||
|
[buttons]
|
||
|
|
||
|
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://assets/Button07.png", false, Color( 1, 1, 1, 1 ) ]
|
||
|
layout=1
|
||
|
fixed=true
|
||
|
fixed_size=Vector2( 200, 80 )
|