mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-06 11:51:00 +07:00
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"texture" : "ships.png",
|
|
"sprites" : [{
|
|
"name" : "ship (1).png",
|
|
"pivot" : { "x" : 441, "y" : 455 },
|
|
"texrect" : { "x" : 408, "y" : 399, "w" : 66, "h" : 113 }
|
|
},{
|
|
"name" : "ship (2).png",
|
|
"pivot" : { "x" : 441, "y" : 340 },
|
|
"texrect" : { "x" : 408, "y" : 284, "w" : 66, "h" : 113 }
|
|
}]
|
|
}
|