diff pytouhou/game/sprite.pxd @ 467:5bb7d2c0ff46

Fix lasers sprite handling
author Thibaut Girka <thib@sitedethib.com>
date Thu, 12 Sep 2013 14:43:38 +0200
parents 723a3e67a223
children 43ecf0f98f4d
line wrap: on
line diff
--- a/pytouhou/game/sprite.pxd
+++ b/pytouhou/game/sprite.pxd
@@ -1,8 +1,8 @@
 from pytouhou.utils.interpolator cimport Interpolator
 
 cdef class Sprite:
-    cdef public long width_override, height_override, blendfunc, frame
-    cdef public double angle
+    cdef public long blendfunc, frame
+    cdef public double width_override, height_override, angle
     cdef public bint removed, changed, visible, force_rotation
     cdef public bint automatic_orientation, allow_dest_offset, mirrored
     cdef public bint corner_relative_placement