10 lines
443 B
JSON
10 lines
443 B
JSON
{
|
|
"directory": "..",
|
|
"regions": ["JPN", "USA", "EUR", "AUS", "CHN", "KOR", "TWN", "ALL"],
|
|
"boxart": { "filename": "boxart.png", "width": 328, "height": 300, "type": "image/png"},
|
|
"icon": { "filename": "icon.png", "width": 48, "height": 48, "type": "image/png"},
|
|
"screenshots": { "dirname": "screenshots", "width": 400, "height": 480, "type": "image/png"},
|
|
"saves": { "dirname": "savefiles"},
|
|
"data": { "filename": "game.dat" }
|
|
}
|