Browse Source

minor fixes

Nabzzz 2 years ago
parent
commit
4894a850e0

+ 42
- 0
dialogic/timelines/timeline-1618997085.json View File

@@ -0,0 +1,42 @@
1
+{
2
+	"events": [
3
+		{
4
+			"action": "join",
5
+			"character": "character-1616658403.json",
6
+			"mirror": false,
7
+			"portrait": "Jean-Michel_batard",
8
+			"position": {
9
+				"0": true,
10
+				"1": false,
11
+				"2": false,
12
+				"3": false,
13
+				"4": false
14
+			}
15
+		},
16
+		{
17
+			"character": "",
18
+			"portrait": "",
19
+			"text": "Attends je me prépare"
20
+		},
21
+		{
22
+			"emit_signal": "setup_minigame score 1_1_info-cafe 1_1_info-cafe"
23
+		},
24
+		{
25
+			"character": "",
26
+			"portrait": "",
27
+			"text": "Lezzgo"
28
+		},
29
+		{
30
+			"action": "leaveall",
31
+			"character": "[All]"
32
+		},
33
+		{
34
+			"emit_signal": "start_minigame"
35
+		}
36
+	],
37
+	"metadata": {
38
+		"dialogic-version": "1.2",
39
+		"file": "timeline-1618997085.json",
40
+		"name": "test_jeu"
41
+	}
42
+}

+ 1
- 1
dialogic/timelines/timeline-1619343568.json View File

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

+ 1
- 1
mini-game/scripts/spawner.gd View File

@@ -36,7 +36,7 @@ func _on_Timer_timeout():
36 36
 
37 37
 func game_over():
38 38
 	self.get_node("Timer").set_paused(true)
39
-	last_object.queue_free()
39
+	#last_object.queue_free()
40 40
 
41 41
 
42 42
 func start(difficulty, version):

+ 1
- 1
scenes/Credits.tscn View File

@@ -134,7 +134,7 @@ margin_top = 323.0
134 134
 margin_right = 1668.0
135 135
 margin_bottom = 437.0
136 136
 title = "Auriane Lartigue"
137
-subtile = "Dessins"
137
+subtile = "Dessins et scénario"
138 138
 link = ""
139 139
 
140 140
 [node name="Clémentine" parent="MarginContainer/VBoxContainer/Control/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource( 6 )]

Loading…
Cancel
Save