Fix Biome System integration, memory optimization, and Tiled live sync workflow

This commit is contained in:
2025-12-27 12:50:58 +01:00
parent f8d533465b
commit 43f4b11c87
19 changed files with 1314 additions and 591 deletions

View File

@@ -7,6 +7,7 @@
"license": "MIT",
"scripts": {
"start": "electron .",
"watch-maps": "node scripts/watch_map.js",
"build": "electron-builder --dir",
"build:win": "electron-builder --win portable",
"build:mac": "electron-builder --mac",