This commit is contained in:
Kim Ravn Hansen
2025-09-29 08:46:57 +02:00
parent f927971395
commit 8f458fbc34
5 changed files with 107 additions and 98 deletions

View File

@@ -171,7 +171,6 @@ class DungeonCrawler {
textureUrls.forEach((url, textureId) => {
Texture.fromSource(url).then((texture) => {
textures[textureId] = texture;
console.log("here", { textureId, texture, textures });
textureLoadCount++;
if (textureLoadCount < textureUrls.length) {