small racing game im working on
Diffstat (limited to 'ui/hud.gd')
| -rw-r--r-- | ui/hud.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ signal assigned(car: Car, ghost: GhostCar, timer: GameTimer, track: TrackLoader) signal next_lap @export var splits: Splits -@export var laps: LapCounter
\ No newline at end of file +@export var laps: LapCounter |