diff options
Diffstat (limited to 'turbo.scm')
-rw-r--r-- | turbo.scm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -224,8 +224,6 @@ (draw-sprite (texture-atlas-ref lamps 1) (vec2 startx (+ starty (* lane-height (- num-lanes 1))))) (draw-lamps (+ startx lane-length) starty num-lanes))) -(display "KOIN\n") - (define (lane-y num-lane) (+ road-start-y (* lane-height (- num-lane 1)))) |