Augmentation taille fantômes et fond d'écran sombre avec fantômes effrayants

This commit is contained in:
2025-11-28 18:48:28 +01:00
parent 36e80274ff
commit 5e6195fc70
2 changed files with 54 additions and 6 deletions

View File

@ -328,7 +328,7 @@ class Ghost {
ctx.save();
ctx.translate(this.pixelX, this.pixelY);
const size = CELL_SIZE * 0.4;
const size = CELL_SIZE * 0.75;
ctx.fillStyle = this.color;
ctx.strokeStyle = '#000000';