|
|
@@ -10,9 +10,6 @@ from Creature import Creature
|
|
|
from Forme import Forme
|
|
|
from outilsSvg import *
|
|
|
|
|
|
-def test()
|
|
|
- return "test"
|
|
|
-
|
|
|
class Pion(QGraphicsItem):
|
|
|
"""pion du plateau de combat"""
|
|
|
def __init__(self, plateau, numero, parent=None):
|
|
|
@@ -20,7 +17,7 @@ class Pion(QGraphicsItem):
|
|
|
#plateau
|
|
|
self.plateau = plateau
|
|
|
|
|
|
- #attributs (test)
|
|
|
+ #attributs
|
|
|
self.numero = numero
|
|
|
self.creature = Creature()
|
|
|
self.nom = "pion"
|