mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
20 lines
290 B
JSON
20 lines
290 B
JSON
|
{
|
||
|
"layers" : [
|
||
|
{
|
||
|
"filename" : "Layer 1.imagestacklayer"
|
||
|
},
|
||
|
{
|
||
|
"filename" : "Layer 2.imagestacklayer"
|
||
|
}
|
||
|
],
|
||
|
"info" : {
|
||
|
"version" : 1,
|
||
|
"author" : "xcode"
|
||
|
},
|
||
|
"properties" : {
|
||
|
"canvasSize" : {
|
||
|
"width" : 400,
|
||
|
"height" : 240
|
||
|
}
|
||
|
}
|
||
|
}
|