diff pytouhou/formats/anm0.py @ 16:66ce9bb440ac

Refactor in order to support multiple textures
author Thibaut Girka <thib@sitedethib.com>
date Sat, 06 Aug 2011 12:36:25 +0200
parents 057cb96907e3
children 9027692abd79
line wrap: on
line diff
--- a/pytouhou/formats/anm0.py
+++ b/pytouhou/formats/anm0.py
@@ -62,5 +62,5 @@ class Animations(object):
                 anm.scripts[i].append((time, instr_type, data))
         #TODO
 
+        return anm
 
-        return anm