diff --git a/app.py b/app.py index 64fbaa5..77db214 100644 --- a/app.py +++ b/app.py @@ -61,9 +61,6 @@ class Joueur : print("collision") self.poules[i].collecte = True - def croc(self) : - if pyxel.btn(pyxel.KEY_SPACE) : - self.ajouter_croc() class Maitre : def __init__(self,chien:'Chien') :