From 9e387a7832989c8e6d95443ce371971e6440f0b9 Mon Sep 17 00:00:00 2001 From: Victor Brun Date: Wed, 3 May 2023 12:33:23 +0200 Subject: [PATCH] fin cours du matin --- source/Pacman.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Pacman.ts b/source/Pacman.ts index cc91f65..7f8e538 100644 --- a/source/Pacman.ts +++ b/source/Pacman.ts @@ -15,8 +15,6 @@ class Pacman extends Sprite { } public haut(){ - this.py_ = this.py_-1; - this.px_ = this.px_-1; if(this.scene_.carte_[this.py_-1][this.px_] == 1){ }else{