X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fcamera.cfg;h=abba0595b2f9d0875b61cd215c7bc4f90028d171;hb=94dbf14845d0bcf5818235c9bf60afd7d380be81;hp=e4d91ca81035a88c203e584cd17dfe45cce98226;hpb=3d652d0090a20b5948f5e4ac3d2fed60b017ed94;p=supertux.git diff --git a/data/camera.cfg b/data/camera.cfg index e4d91ca81..abba0595b 100644 --- a/data/camera.cfg +++ b/data/camera.cfg @@ -4,10 +4,10 @@ ; 0.3 in x and .66 in y means in left 1/3rd of the screen at the upper 2/3rd ; (which is the lower 1/3rd) of the screen... - ; 0 = No, 1 = Fix, 2 = Mario/Yoshi, 3 = Kirby, 4 = inverse rubberband - (xmode 2) - ; 0 = No, 1 = Fix, 2 = Mario/Yoshi, 3 = Kirby, 4 = inverse rubberband - (ymode 2) + ; 0 = No, 1 = Fix, 2 = Mario/Yoshi, 3 = Kirby, 4 = Super Metroid like + (xmode 4) + ; 0 = No, 1 = Fix, 2 = Mario/Yoshi, 3 = Kirby, 4 = Super Metroid like + (ymode 3) ; Specify the size of the midle rect of kirby camera mode (kirby-rectsize-x 0.2) @@ -27,10 +27,10 @@ ; Make sure tux never leaves the clamp area on screen (works for all ; cameras, can be disabled by setting it to 0) (clamp-x 0.1666) - (clamp-y 0.1666) + (clamp-y 0.3) ; Keep tux here when he runs in YI mode - (edge-x 0.28) + (edge-x 0.4) ; 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 @@ -39,6 +39,8 @@ ;(sensitive-x 0.35) (sensitive-x -1) + (dynamic-speed-sm 0.8) + (dirchange-time 0.2) )