This commit is contained in:
2025-12-08 11:28:44 +01:00
parent b750f320fc
commit 3336b59e7d
7 changed files with 155 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ class GameScene extends Phaser.Scene {
// Generate procedural textures
new TextureGenerator(this).generateAll();
InventoryIcons.create(this); // Override with flat 2D inventory icons
window.gameState.currentScene = 'GameScene';
const width = this.cameras.main.width;