summaryrefslogtreecommitdiff
path: root/3dlib/tmdl2c.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-13 00:19:13 +0100
committerTreeki <treeki@gmail.com>2011-03-13 00:19:13 +0100
commitb0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba (patch)
tree82802511dfa1f34b27c2b6ea708c4a5d94f40717 /3dlib/tmdl2c.py
parent7d4e4c0b34a613dd3c0220475ae4e448197522c1 (diff)
downloadkamek-b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba.tar.gz
kamek-b0e0d63eab1e11d1a7f841afdc7eb18e7a9de3ba.zip
this branch now features only the level select stuff
Diffstat (limited to '')
-rwxr-xr-x3dlib/tmdl2c.py5
1 files changed, 0 insertions, 5 deletions
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)