X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=tools%2Flevelconverter-0.1.3_0.2.0.scm;h=e6cc095e1fd3eebd381f7e7dbfa5ce1c378cc1bf;hb=30f0f1d78e3f0bbbaf0b8d9d80fcbb579059941e;hp=e0638588feb7bf6ee867ceef4204d216e0635b15;hpb=2a712700f56e71ec58f1a7d7243e0616f9fb6708;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 e0638588f..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)