view pytouhou/ui/sprite.pxd @ 444:f26c8ab57257

Use a simple for loop to determine the power level of the player; fixes a traceback when the SHT has no shot at all.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 30 Aug 2013 14:16:08 +0200
parents 723a3e67a223
children
line wrap: on
line source

from pytouhou.game.sprite cimport Sprite

cpdef object get_sprite_rendering_data(Sprite sprite)