PHASE 17: UI Theme - Complete rustic/post-apo color palette, typography, borders, panel templates

This commit is contained in:
2025-12-11 13:39:35 +01:00
parent 51e44acdaa
commit 6e2a05c824
2 changed files with 233 additions and 0 deletions

View File

@@ -62,6 +62,9 @@
<!-- Phaser 3 -->
<script src="node_modules/phaser/dist/phaser.js"></script>
<!-- UI Theme -->
<script src="src/ui/UITheme.js"></script>
<!-- Utilities -->
<script src="src/utils/PerlinNoise.js"></script>
<script src="src/utils/IsometricUtils.js"></script>