obelisk theme update

This commit is contained in:
dukegoobler 2023-01-03 00:32:05 -07:00
parent c271f98cc6
commit 6010118331
4 changed files with 36 additions and 18 deletions

View File

@ -44,6 +44,12 @@
"name": "flashlight_seconds", "name": "flashlight_seconds",
"type": 0, "type": 0,
"value": "0.0" "value": "0.0"
},
{
"id": "1672730872-648",
"name": "have seen elevator",
"type": 0,
"value": "false"
} }
] ]
} }

View File

@ -31,7 +31,8 @@
"1667770005-207", "1667770005-207",
"1672699752-574", "1672699752-574",
"1672699872-250", "1672699872-250",
"1672728461-648" "1672728461-648",
"1672730872-648"
], ],
"folders": { "folders": {

View File

@ -6,7 +6,8 @@ name="Obelisk Theme"
image="res://assets/MainPanel01.png" image="res://assets/MainPanel01.png"
full_width=false full_width=false
modulation=false modulation=true
modulation_color="#ffff3a00"
[box] [box]
@ -24,21 +25,10 @@ text_margin_bottom=-80.0
shadow=true shadow=true
speed=2.0 speed=2.0
preview="This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it. preview="This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]
This is preview text. You can use [color=#A5EFAC]BBCode[/color] to style it.
[wave amp=50 freq=2]You can even use effects![/wave]" [wave amp=50 freq=2]You can even use effects![/wave]"
shadow_color="#9e000000" shadow_color="#9e000000"
shadow_offset=Vector2( 5, 8 ) shadow_offset=Vector2( 5, 8 )
color="#ffe4e4e4"
[name] [name]
@ -56,10 +46,10 @@ typing={
"audio_bus": "Master", "audio_bus": "Master",
"enable": true, "enable": true,
"path": "res://assets/audio/typing.ogg", "path": "res://assets/audio/typing.ogg",
"pitch": 1.0, "pitch": 0.45,
"pitch_rand_range": 0.0, "pitch_rand_range": 0.0,
"volume": 0.0, "volume": 4.0,
"volume_rand_range": 0.0 "volume_rand_range": 0.26
} }
[next_indicator] [next_indicator]
@ -68,7 +58,7 @@ animation="Up and down"
[buttons] [buttons]
normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://assets/Button01.png", false, Color( 1, 1, 1, 1 ) ] normal=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://assets/Button03.png", false, Color( 1, 1, 1, 1 ) ]
layout=1 layout=1
fixed=true fixed=true
fixed_size=Vector2( 200, 80 ) fixed_size=Vector2( 200, 80 )

View File

@ -4,6 +4,12 @@
"event_id": "dialogic_024", "event_id": "dialogic_024",
"set_theme": "default-theme.cfg" "set_theme": "default-theme.cfg"
}, },
{
"condition": "!=",
"definition": "1672730872-648",
"event_id": "dialogic_012",
"value": "true"
},
{ {
"character": "", "character": "",
"event_id": "dialogic_001", "event_id": "dialogic_001",
@ -21,6 +27,21 @@
"event_id": "dialogic_001", "event_id": "dialogic_001",
"portrait": "", "portrait": "",
"text": "(Looks the the only way out is down...)" "text": "(Looks the the only way out is down...)"
},
{
"event_id": "dialogic_013"
},
{
"definition": "1672730872-648",
"event_id": "dialogic_014",
"operation": "=",
"random_upper_limit": 100,
"set_random": false,
"set_value": "true"
},
{
"event_id": "dialogic_022",
"transition_duration": 1
} }
], ],
"metadata": { "metadata": {