diff pytouhou/game/game.pyx @ 631:cd8a2baf468c

Move Particle to its own module, to not pollute pytouhou.game.effect.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 05 May 2015 14:49:22 +0200
parents a6af3ff86612
children
line wrap: on
line diff
--- a/pytouhou/game/game.pyx
+++ b/pytouhou/game/game.pyx
@@ -18,7 +18,7 @@ from pytouhou.game.element cimport Eleme
 from pytouhou.game.bullet cimport Bullet, LAUNCHED, CANCELLED
 from pytouhou.game.enemy cimport Enemy
 from pytouhou.game.item cimport Item
-from pytouhou.game.effect cimport Particle
+from pytouhou.game.particle cimport Particle
 from pytouhou.game.laser cimport Laser, PlayerLaser
 from pytouhou.game.face import Face