small racing game im working on
Diffstat (limited to 'classes/checkpoint.gd')
-rw-r--r--classes/checkpoint.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/checkpoint.gd b/classes/checkpoint.gd
index 9b7d3e4..468f38c 100644
--- a/classes/checkpoint.gd
+++ b/classes/checkpoint.gd
@@ -6,4 +6,4 @@ signal collected
@export var needs_collision := true
func enter() -> void:
- collected.emit() \ No newline at end of file
+ collected.emit()