From d7c6a17176e197981681edfd8466bc613a0caf8e Mon Sep 17 00:00:00 2001 From: Misaki Date: Thu, 12 Dec 2024 15:32:59 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'app.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 --- 1 file changed, 3 deletions(-) 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') :