From: Ingo Ruhnke Date: Mon, 12 Apr 2004 01:29:02 +0000 (+0000) Subject: bug fix in the converter, in case anybody still cares X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cdf72a777bba24144ecc252d3c6e96c62b21c2ec;p=supertux.git bug fix in the converter, in case anybody still cares SVN-Revision: 499 --- diff --git a/contrib/levelconverter-0.0.6_0.0.7.py b/contrib/levelconverter-0.0.6_0.0.7.py index fb7f62949..642bd9ecb 100755 --- a/contrib/levelconverter-0.0.6_0.0.7.py +++ b/contrib/levelconverter-0.0.6_0.0.7.py @@ -7,9 +7,9 @@ translate_array \ ['0', "enemy0", 0], ['1', "enemy1", 1], ['2', "enemy2", 2], - ['x', "brick0.png", 77], + ['x', "brick0.png", 105], ['X', "brick0.png", 77], - ['y', "brick1.png", 78], + ['y', "brick1.png", 104], ['Y', "brick1.png", 78], ['A', "box-full.png", 83], ['B', "box-full.png", 102],