SESSION END 23:40 - Complete visual overhaul. New folder structure (Ground/Veg/Env). Generated final assets (Style 32 Dark-Chibi). Implemented GrassScene_Clean.js with density logic. Scene PERFECT.

This commit is contained in:
2026-01-25 23:38:40 +01:00
parent c93603c5c6
commit d8f24f9588
39 changed files with 396 additions and 538 deletions

View File

@@ -1,17 +1,30 @@
<!DOCTYPE html>
<html lang="sl">
<head>
<meta charset="UTF-8">
<title>Nova Farma - Clean Start</title>
<style>
body { margin: 0; background: #000; overflow: hidden; }
canvas { display: block; image-rendering: pixelated; } /* Ohrani ostrino */
body {
margin: 0;
background: #000;
overflow: hidden;
}
canvas {
display: block;
image-rendering: pixelated;
}
/* Ohrani ostrino */
</style>
</head>
<body>
<!-- Phaser Library -->
<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?v=2"></script>
</body>
</html>
</html>