stop camera if player is dying
[supertux.git] / data / camera.cfg
index eacedd2..e4d91ca 100644 (file)
   (target-y 0.5)
 
   ; Speed is limited to these for the Yoshi cam
-  (max-speed-x 80)
-  (max-speed-y 140)
+  (max-speed-x 100)
+  (max-speed-y 100)
 
   ; Used in YI camera to adjust to max_speed relatively to player speed
   (dynamic-max-speed-x 1.0)
 
   ; Make sure tux never leaves the clamp area on screen (works for all
   ; cameras, can be disabled by setting it to 0)
-  ;(clamp-x .1666)
-  ;(clamp-y .1666)
-  (clamp-x 0)
-  (clamp-y 0)
+  (clamp-x 0.1666)
+  (clamp-y 0.1666)
 
   ; 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
-  (sensitive-x 0.35)
+  ; Set to <= 0 to deactivate nonscroll mode
+
+  ;(sensitive-x 0.35)
+  (sensitive-x -1)
 
   (dirchange-time 0.2)
 )