- Reorganized 4513 images into 8 categories in Slike_za_Tiled/ - Integrated 330 DLC images into main categories - Renamed project from novafarma to dolinasmrti - Added README.md files for documentation - Created 2 base TSX tilesets for Tiled - Created template map (_template_base.tmx) - All assets ready for Tiled Map Editor Categories created: - 01_characters/ (zombies, npcs, players) - 02_creatures/ (animals, monsters, slimes, dinosaurs) - 03_terrain/ (ground, fences, mine) - 04_buildings/ (houses, ruins, structures) - 05_objects/ (tools, items, farming) - 06_vegetation/ (trees, plants) - 08_misc/ (1257 files for manual review)
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "dolinasmrti",
|
|
"version": "3.0.0",
|
|
"description": "Mrtva Dolina (Death Valley) - 2.5D Isometric Survival Game",
|
|
"main": "main.js",
|
|
"author": "Mrtva Dolina Team",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder --dir",
|
|
"build:win": "electron-builder --win portable",
|
|
"build:mac": "electron-builder --mac",
|
|
"build:linux": "electron-builder --linux",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"build": {
|
|
"appId": "com.novafarma.game",
|
|
"productName": "Mrtva Dolina",
|
|
"win": {
|
|
"target": "portable",
|
|
"icon": "build/icon.png"
|
|
},
|
|
"directories": {
|
|
"output": "dist"
|
|
},
|
|
"files": [
|
|
"**/*",
|
|
"!**/*.md",
|
|
"!.git",
|
|
"!dist"
|
|
]
|
|
},
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"canvas": "^3.2.0",
|
|
"express": "^5.2.1",
|
|
"phaser": "^3.80.1",
|
|
"socket.io": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^33.2.1",
|
|
"electron-builder": "^24.13.3",
|
|
"electron-packager": "^17.1.2"
|
|
}
|
|
} |