diff options
author | Gene Pasquet <dev@etenil.net> | 2024-06-04 05:34:23 +0100 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-06-04 05:34:23 +0100 |
commit | 63f68bdc3aef4011980d80cf87168da0f0d7966b (patch) | |
tree | 022d6250327496c9d48d31649bbc276a88c84b39 /turbo.scm | |
parent | a951d8a4ed0b10be72011a8e6fb8de4946eb0994 (diff) |
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)))) |