Add silly dialog for yamget
This commit is contained in:
parent
79a3e1d4b6
commit
f868b86f10
@ -36,13 +36,14 @@
|
||||
},
|
||||
"metadata": {
|
||||
"color": null,
|
||||
"folded": true
|
||||
"folded": false
|
||||
}
|
||||
},
|
||||
"Timelines": {
|
||||
"files": [
|
||||
"timeline-1660443870.json",
|
||||
"timeline-1660444277.json"
|
||||
"timeline-1660444277.json",
|
||||
"timeline-1660454153.json"
|
||||
],
|
||||
"folders": {
|
||||
|
||||
|
@ -13,3 +13,7 @@ character_preview_mode=1
|
||||
[QuickTimelineTest]
|
||||
|
||||
timeline_file="timeline-1660443870.json"
|
||||
|
||||
[animations]
|
||||
|
||||
default_join_animation_length=0.5
|
||||
|
@ -16,3 +16,8 @@ disabled=[ false, Color( 1, 1, 1, 1 ), false, Color( 0, 0, 0, 1 ), true, "res://
|
||||
[background]
|
||||
|
||||
use_image=true
|
||||
modulation=false
|
||||
|
||||
[animation]
|
||||
|
||||
show_time=0.1
|
||||
|
15
dialogic/timelines/timeline-1660454153.json
Normal file
15
dialogic/timelines/timeline-1660454153.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"events": [
|
||||
{
|
||||
"character": "",
|
||||
"event_id": "dialogic_001",
|
||||
"portrait": "",
|
||||
"text": "You have acquired a raw yam."
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"dialogic-version": "1.4.4",
|
||||
"file": "timeline-1660454153.json",
|
||||
"name": "yamget"
|
||||
}
|
||||
}
|
@ -21,6 +21,7 @@ func _on_Timer_timeout():
|
||||
func _on_yam_item_tree_exited():
|
||||
$coin_machine.enabled = true
|
||||
$MeshInstance/Yam.visible = false
|
||||
add_child(Dialogic.start("yamget"))
|
||||
|
||||
func _process(delta):
|
||||
$"%status_label".text = "%f" % $grow_timer.time_left
|
||||
|
Loading…
x
Reference in New Issue
Block a user