this should improve the YI mode, I plan more modifications though
[supertux.git] / data / camera.cfg
index a8d9a70..d2ae51d 100644 (file)
@@ -18,7 +18,7 @@
   (target-y 0.5)
 
   ; Speed is limited to these for the Yoshi cam
-  (max-speed-x 50)
+  (max-speed-x 150)
   (max-speed-y 140)
 
   ; Used in YI camera to adjust to max_speed relatively to player speed
   ; Keep tux here when he runs in YI mode
   (edge-x 0.3)
   ; If YI camera is in no-scrollmode it will go to scrollmode again if tux
-  ; reaches this part of the screen
-  (sensitive-x 0.4)
+  ; reaches this part of the screen, make sure this value is bigger than edge-x
+  ; to avoid sudden camera stops
+  (sensitive-x 0.35)
+
+  (dirchange-time 0.2)
 )