40 lines
699 B
JSON
40 lines
699 B
JSON
{
|
|
"version": "0.1",
|
|
"path": "./res/",
|
|
"images": [
|
|
{
|
|
"id": "man",
|
|
"file": "man.png"
|
|
},
|
|
{
|
|
"id": "monster",
|
|
"file": "akushu.png"
|
|
},
|
|
{
|
|
"id": "forest_bg",
|
|
"file": "spring_forest.jpg"
|
|
},
|
|
{
|
|
"id": "tiger_running",
|
|
"files": [
|
|
"tiger/run/run01.png",
|
|
"tiger/run/run02.png",
|
|
"tiger/run/run03.png",
|
|
"tiger/run/run04.png",
|
|
"tiger/run/run05.png",
|
|
"tiger/run/run06.png"
|
|
]
|
|
},
|
|
{
|
|
"id": "tiger_standing",
|
|
"file": "tiger/stand.png",
|
|
"rows": 2,
|
|
"cols": 3
|
|
},
|
|
{
|
|
"id": "Kusanagi",
|
|
"file": "Kusanagi.gif",
|
|
"type": "gif"
|
|
}
|
|
]
|
|
} |