heaven dialog theme
This commit is contained in:
parent
e7fc4d3199
commit
a3bbc7ea24
Binary file not shown.
|
@ -0,0 +1,7 @@
|
||||||
|
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||||
|
|
||||||
|
[ext_resource path="res://assets/friendlyscribbles.ttf" type="DynamicFontData" id=1]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
size = 32
|
||||||
|
font_data = ExtResource( 1 )
|
|
@ -1,4 +1,5 @@
|
||||||
extends Spatial
|
extends Spatial
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
pass
|
var dialog = Dialogic.start("heaven")
|
||||||
|
add_child(dialog)
|
||||||
|
|
|
@ -26,4 +26,4 @@ canvas_layer=50.0
|
||||||
|
|
||||||
[QuickTimelineTest]
|
[QuickTimelineTest]
|
||||||
|
|
||||||
timeline_file="timeline-1672859304.json"
|
timeline_file="timeline-1672875631.json"
|
||||||
|
|
|
@ -21,7 +21,7 @@ modulation=true
|
||||||
|
|
||||||
[name]
|
[name]
|
||||||
|
|
||||||
font="res://assets/dialogic_name_font.tres"
|
font="res://assets/heaven_font.tres"
|
||||||
position=1
|
position=1
|
||||||
modulation=false
|
modulation=false
|
||||||
background_visible=false
|
background_visible=false
|
||||||
|
@ -31,14 +31,14 @@ modulation_color="#ffffffff"
|
||||||
|
|
||||||
[text]
|
[text]
|
||||||
|
|
||||||
font="res://assets/dialogic_name_font.tres"
|
font="res://assets/heaven_font.tres"
|
||||||
text_margin_top=30.0
|
text_margin_top=30.0
|
||||||
text_margin_left=30.0
|
text_margin_left=30.0
|
||||||
text_margin_right=-30.0
|
text_margin_right=-30.0
|
||||||
text_margin_bottom=-30.0
|
text_margin_bottom=-30.0
|
||||||
color="#ffff00e3"
|
color="#ffff00e3"
|
||||||
shadow=true
|
shadow=true
|
||||||
shadow_color="#9effffff"
|
shadow_color="#9e3c0000"
|
||||||
|
|
||||||
[audio]
|
[audio]
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"character": "",
|
"character": "",
|
||||||
"event_id": "dialogic_001",
|
"event_id": "dialogic_001",
|
||||||
"portrait": "",
|
"portrait": "",
|
||||||
"text": "[speed=0]Developed by dukegoobler, km__k, and Noodle1234 \n\nOriginal concept created for the Gamesden Done Quicker 2022 Game Jam\n\nUser interface elements courtesy of John Watson, S. Evans, Wenrexa, and Sunfire Interactive\n\nOverlays and images courtesy of Bacteri, ZimaJeKKT, hippopx.com, and thispersondoesnotexist.com\n\nSounds courtesy of Dryoma and VOiD1 Gaming"
|
"text": "[speed=0]Developed by dukegoobler, km__k, and Noodle1234 \n\nOriginal concept created for the Gamesden Done Quicker 2022 Game Jam\n\nUI elements and fonts courtesy of John Watson, S. Evans, Wenrexa, kmlgames, and Sunfire Interactive\n\nOverlays and images courtesy of Bacteri, ZimaJeKKT, hippopx.com, and thispersondoesnotexist.com\n\nSounds courtesy of Dryoma and VOiD1 Gaming"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"event_id": "dialogic_022",
|
"event_id": "dialogic_022",
|
||||||
|
|
|
@ -13,13 +13,27 @@
|
||||||
"character": "",
|
"character": "",
|
||||||
"event_id": "dialogic_001",
|
"event_id": "dialogic_001",
|
||||||
"portrait": "",
|
"portrait": "",
|
||||||
"text": "Where am I?"
|
"text": "...Where am I?"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"character": "",
|
"character": "",
|
||||||
"event_id": "dialogic_001",
|
"event_id": "dialogic_001",
|
||||||
"portrait": "",
|
"portrait": "",
|
||||||
"text": "I love it here"
|
"text": "I love it here..."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"audio": "play",
|
||||||
|
"audio_bus": "Master",
|
||||||
|
"event_id": "dialogic_030",
|
||||||
|
"event_name": "AudioEvent",
|
||||||
|
"file": "res://assets/audio/synthsparkle.wav",
|
||||||
|
"volume": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"character": "",
|
||||||
|
"event_id": "dialogic_001",
|
||||||
|
"portrait": "",
|
||||||
|
"text": "This must be... [wave amp=50 freq=2][color=red]Meat Heaven[/color][/wave]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"character": "",
|
"character": "",
|
||||||
|
|
Loading…
Reference in New Issue