small racing game im working on
Diffstat (limited to 'scenes/ghost_watcher.gd')
| -rw-r--r-- | scenes/ghost_watcher.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/ghost_watcher.gd b/scenes/ghost_watcher.gd index 3df6d7b..55f9f67 100644 --- a/scenes/ghost_watcher.gd +++ b/scenes/ghost_watcher.gd @@ -30,7 +30,7 @@ func _ready() -> void: timer.start() hud = hud_scene.instantiate() - hud.assigned.emit(ghost, ghost, timer, track_loader) + hud.assigned.emit(ghost, timer, track_loader) add_child(hud) next_lap.connect(hud.laps.increment) |