* Made a few additions to the file formats reference.
[supertux.git] / docs / fileformats / fileformats.xml
index 04daaec..7020c41 100644 (file)
@@ -121,6 +121,9 @@ Suite 330, Boston, MA 02111-1307, USA.
           ;; ...
         )
       )
+      
+      (backscrolling #f)             ;; You can prevent the camera from scrolling
+                                     ;; backwards with this setting.
     )
     
     (background
@@ -151,6 +154,12 @@ Suite 330, Boston, MA 02111-1307, USA.
                                      ;; the rain is in front of the foreground tiles. (see also
                                      ;; src/video/drawing_context.hpp)
     )
+    
+    (leveltime
+    
+      (time 300)                     ;; The player must complete this level
+                                     ;; within 300 seconds.
+    )
   ) ;; End of sector
   
   ;; You can add other sectors here.