aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--turbo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/turbo.scm b/turbo.scm
index 50d007f..47f9265 100644
--- a/turbo.scm
+++ b/turbo.scm
@@ -62,7 +62,7 @@
(* lane-height (- num-lane 1))))
(define player-position
- (vec2 (/ (- (window-width (current-window)) vehicle-length) 2)
+ (vec2 (/ (- (window-width (current-window)) vehicle-length) 4)
(+ (lane-y 3)
(/ (- lane-height vehicle-height) 2))))