fixed autoscroll level syntax (the path is still bad though...)
authorMatthias Braun <matze@braunis.de>
Thu, 25 May 2006 10:52:46 +0000 (10:52 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 25 May 2006 10:52:46 +0000 (10:52 +0000)
SVN-Revision: 3577

data/levels/test/autoscroll.stl

index e2b8374..f98cd28 100644 (file)
@@ -6,7 +6,7 @@
   (time   200)
   (sector
     (name  "main")
-    (music  "credits.ogg")
+    (music  "music/credits.ogg")
     (gravity 10.000000)
     (tilemap
       (z-pos -100)
     )
     (camera
       (mode "autoscroll")
-      (path "cameraPath1")
+      (path
+        (mode "oneshot")
+        (node (x 0)     (y 0))
+        (node (x 500)   (y 0) (time 10))
+        (node (x 1200)  (y 0) (time 3.5))
+        (node (x 3000)  (y 0) (time 18))
+        (node (x 1500)  (y 0) (time 15))
+        (node (x 99999) (y 0) (time 704))
+      )  
     )
 
        (background