small racing game im working on
Diffstat (limited to 'ui/hud.gd')
-rw-r--r--ui/hud.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/hud.gd b/ui/hud.gd
index 064ac6b..e8a453a 100644
--- a/ui/hud.gd
+++ b/ui/hud.gd
@@ -1,7 +1,7 @@
extends Node
class_name HUD
-signal assigned(car, ghost: GhostCar, timer: GameTimer, track: TrackLoader)
+signal assigned(car, timer: GameTimer, track: TrackLoader)
signal next_lap
@export var splits: Splits