fix stupid bug in camera code, tweak camera settings a bit more
[supertux.git] / data / camera.cfg
index d2ae51d..0220294 100644 (file)
 
   ; Specify where to keep tux in fixed camera mode
   (target-x 0.5)
-  (target-y 0.5)
+  (target-y 0.66)
 
   ; Speed is limited to these for the Yoshi cam
-  (max-speed-x 150)
+  (max-speed-x 80)
   (max-speed-y 140)
 
   ; Used in YI camera to adjust to max_speed relatively to player speed
@@ -32,7 +32,7 @@
   (clamp-y 0)
 
   ; Keep tux here when he runs in YI mode
-  (edge-x 0.3)
+  (edge-x 0.28)
   ; If YI camera is in no-scrollmode it will go to scrollmode again if tux
   ; reaches this part of the screen, make sure this value is bigger than edge-x
   ; to avoid sudden camera stops