summaryrefslogtreecommitdiff
path: root/components/Level.gd
diff options
context:
space:
mode:
Diffstat (limited to 'components/Level.gd')
-rw-r--r--components/Level.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Level.gd b/components/Level.gd
index c3cb338..94f918a 100644
--- a/components/Level.gd
+++ b/components/Level.gd
@@ -6,7 +6,7 @@ signal level_finished()
func start():
- print("Level starting.")
+ print("Level ", name, " starting.")
func lose_heart():
emit_signal("lost_heart")