feat: Complete Tiled Setup & Auto-Sync Workflow [GOAT MODE]
- Added Faza1_Finalna.tmx/json with embedded tilesets - Configured Auto-Sync Watcher (tiled-watcher.js) - Fixed GameScene.js loop to properly render Tiled layers - Updated PreloadScene.js with all tileset assets - Enabled Amnesia Intro and Z-Sorting for Player/Objects - Cleaned up old/unused map files
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"build:linux": "electron-builder --linux",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"package": "electron-forge package",
|
||||
"make": "electron-forge make"
|
||||
"make": "electron-forge make",
|
||||
"tiled-sync": "node tiled-watcher.js"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.novafarma.game",
|
||||
@@ -54,4 +55,4 @@
|
||||
"electron": "^39.2.7",
|
||||
"electron-packager": "^17.1.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user