minor fixes
This commit is contained in:
parent
250c727436
commit
4894a850e0
4 changed files with 45 additions and 3 deletions
42
dialogic/timelines/timeline-1618997085.json
Normal file
42
dialogic/timelines/timeline-1618997085.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"events": [
|
||||
{
|
||||
"action": "join",
|
||||
"character": "character-1616658403.json",
|
||||
"mirror": false,
|
||||
"portrait": "Jean-Michel_batard",
|
||||
"position": {
|
||||
"0": true,
|
||||
"1": false,
|
||||
"2": false,
|
||||
"3": false,
|
||||
"4": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "",
|
||||
"portrait": "",
|
||||
"text": "Attends je me prépare"
|
||||
},
|
||||
{
|
||||
"emit_signal": "setup_minigame score 1_1_info-cafe 1_1_info-cafe"
|
||||
},
|
||||
{
|
||||
"character": "",
|
||||
"portrait": "",
|
||||
"text": "Lezzgo"
|
||||
},
|
||||
{
|
||||
"action": "leaveall",
|
||||
"character": "[All]"
|
||||
},
|
||||
{
|
||||
"emit_signal": "start_minigame"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"dialogic-version": "1.2",
|
||||
"file": "timeline-1618997085.json",
|
||||
"name": "test_jeu"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"events": [
|
||||
{
|
||||
"background": ""
|
||||
"background": "res://backgrounds/noir.jpg"
|
||||
},
|
||||
{
|
||||
"action": "join",
|
||||
|
|
|
@ -36,7 +36,7 @@ func _on_Timer_timeout():
|
|||
|
||||
func game_over():
|
||||
self.get_node("Timer").set_paused(true)
|
||||
last_object.queue_free()
|
||||
#last_object.queue_free()
|
||||
|
||||
|
||||
func start(difficulty, version):
|
||||
|
|
|
@ -134,7 +134,7 @@ margin_top = 323.0
|
|||
margin_right = 1668.0
|
||||
margin_bottom = 437.0
|
||||
title = "Auriane Lartigue"
|
||||
subtile = "Dessins"
|
||||
subtile = "Dessins et scénario"
|
||||
link = ""
|
||||
|
||||
[node name="Clémentine" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]
|
||||
|
|
Loading…
Reference in a new issue