Endscreen und Verlängerung der Schlange bei einem Score

This commit is contained in:
2025-04-25 17:44:32 +02:00
parent 7cafc07bf1
commit f450526375
9 changed files with 153 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ class Loop{
this.game.playGround.resetOverlay();
const tiles = data.playground.tiles;
// Spielfeld Zeichenen
// Spielfeld Zeichenen TODO: Image Laden Bug Fixen
tiles.forEach((row, x) => {
row.forEach((tile, y) => {
if(!tile) return;