From b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 13 Mar 2011 00:19:13 +0100 Subject: this branch now features only the level select stuff --- 3dlib/tmdl2c.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 3dlib/tmdl2c.py (limited to '3dlib/tmdl2c.py') diff --git a/3dlib/tmdl2c.py b/3dlib/tmdl2c.py deleted file mode 100755 index 1a6bdc5..0000000 --- a/3dlib/tmdl2c.py +++ /dev/null @@ -1,5 +0,0 @@ -import sys -f = open(sys.argv[1], 'rb').read() -f = map(lambda x:'0x%02x' % ord(x), f) -f = ','.join(f) -open(sys.argv[1] + '.txt', 'w').write(f) -- cgit v1.2.3