minor fixes

This commit is contained in:
Nabzzz 2021-05-01 13:33:55 +02:00
parent 250c727436
commit 4894a850e0
4 changed files with 45 additions and 3 deletions

View 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"
}
}

View file

@ -1,7 +1,7 @@
{
"events": [
{
"background": ""
"background": "res://backgrounds/noir.jpg"
},
{
"action": "join",

View file

@ -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):

View file

@ -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 )]