28 lines
971 B
JSON
28 lines
971 B
JSON
{
|
|
"_comment": "Drop-in painted art for Advance Wars, one sheet per category (spec: src/games/advancewars/sprites.md). Paint a sheet, put it at the suggested path under assets/images/advancewars/, set its path below and reload — no code changes needed. Any sheet left path:null renders procedurally. Rivers and roads are drawn in code and need no art.",
|
|
"terrainSheet": {
|
|
"key": "advancewars-terrain",
|
|
"path": "assets/images/advancewars/advancewars-terrain.png",
|
|
"frameWidth": 48,
|
|
"frameHeight": 48
|
|
},
|
|
"buildingSheet": {
|
|
"key": "advancewars-buildings",
|
|
"path": "assets/images/advancewars/advancewars-buildings.png",
|
|
"frameWidth": 48,
|
|
"frameHeight": 64
|
|
},
|
|
"unitSheet": {
|
|
"key": "advancewars-units",
|
|
"path": "assets/images/advancewars/advancewars-units.png",
|
|
"frameWidth": 48,
|
|
"frameHeight": 64
|
|
},
|
|
"uiSheet": {
|
|
"key": "advancewars-ui",
|
|
"path": null,
|
|
"frameWidth": 48,
|
|
"frameHeight": 48
|
|
}
|
|
}
|