VISUAL UPDATE: Demo Phase 1 setup (GrassScene with wind, fog, day/night). Pending path fix for assets.

This commit is contained in:
2026-01-25 14:29:20 +01:00
parent c78cb26aba
commit c93603c5c6
15 changed files with 132 additions and 244 deletions

View File

@@ -10,8 +10,8 @@
</head>
<body>
<!-- Phaser Library -->
<script src="node_modules/phaser/dist/phaser.js"></script>
<script src="../node_modules/phaser/dist/phaser.js"></script>
<!-- Game Entry -->
<script type="module" src="src/game.js"></script>
<script type="module" src="../src/game.js"></script>
</body>
</html>