feat: complete Style 32 overhaul & Tiled integration fix
- Enforced 'Style 32 - Dark Chibi Vector' for all ground assets. - Fixed critical Prologue-to-Game crash (function renaming). - Implemented Tiled JSON/TMX auto-conversion. - Updated Asset Manager to visualize 1800+ assets. - Cleaned up project structure (new assets/grounds folder). - Auto-Ground logic added to GameScene.js.
This commit is contained in:
4
assets/tiled/stone.tsx
Normal file
4
assets/tiled/stone.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<tileset version="1.11" tiledversion="1.11.2" name="stone" tilewidth="48" tileheight="48" tilecount="441" columns="21">
|
||||
<image source="../grounds/stone.png" width="1024" height="1024"/>
|
||||
</tileset>
|
||||
Reference in New Issue
Block a user