Skip to content

Commit 4088d7d

Browse files
committed
Improve debug string
1 parent 73d9861 commit 4088d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game-06/laser_particle.tscn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ script = ExtResource("4_nugsw")
4040
name = &"print"
4141
children = Array[ExtResource("4_nugsw")]([])
4242
arguments = {
43-
"text": "Hello"
43+
"text": "Particles finished"
4444
}
4545

4646
[sub_resource type="Resource" id="Resource_sjogv"]
@@ -75,7 +75,7 @@ func _ready():
7575
emitting = true
7676
7777
func _on_finished():
78-
print('Hello')
78+
print('Particles finished')
7979
queue_free()
8080
8181
"

0 commit comments

Comments
 (0)