Statt Table nun canvas zur rendern im Frontend

This commit is contained in:
2025-04-16 11:51:30 +02:00
parent 868ccc5649
commit f2c3496e71
5 changed files with 84 additions and 62 deletions

View File

@@ -24,7 +24,7 @@ class GameLoop{
setTimeout(() => {
this.loop();
}, 250);
}, 125);
}
sendUpdate(){