X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Flevelconverter-0.1.3_0.2.0.scm;h=e6cc095e1fd3eebd381f7e7dbfa5ce1c378cc1bf;hb=9b885ac724f333bb33d42ada18c3045f0a80b634;hp=d62be0e0b13c504cdb5085bf07f70cd4e8febb0d;hpb=48f48c977540d9b86b2c214de9949d2c3ccc3ce9;p=supertux.git diff --git a/tools/levelconverter-0.1.3_0.2.0.scm b/tools/levelconverter-0.1.3_0.2.0.scm index d62be0e0b..e6cc095e1 100755 --- a/tools/levelconverter-0.1.3_0.2.0.scm +++ b/tools/levelconverter-0.1.3_0.2.0.scm @@ -1,5 +1,4 @@ -#!/usr/bin/scm -; !# +; ; ; $Id$ ; @@ -25,15 +24,18 @@ ; ; The rest of this file may seem like a Long Irritating Series of Parentheses, -; but it's actually a program. Install a Scheme interpreter, e.g. scm, to run +; but it's actually a program. Install a Scheme interpreter, e.g. scm, to run ; it. ; -; This program aids in the conversion of SuperTux levels from 0.1.3 level +; This program aids in the conversion of SuperTux levels from 0.1.3 level ; format to the one used by SuperTux 0.2.x. ; ; Usage: ; levelconverter-0.1.3_0.2.0.scm < oldformat.stl > newformat.stl ; +; Bugs: +; Some things (like what background image to use) are not converted: +; they will need manual adjustment afterwards. ; --------------------------------------------------------------------------- @@ -148,7 +150,7 @@ ) ) ) - + ; run conversion on stdin, output to stdout (write (convert-level (read))) (newline)