44 lines
No EOL
650 B
JSON
44 lines
No EOL
650 B
JSON
[
|
|
{
|
|
"name": "earth",
|
|
"x": 0,
|
|
"y": 0,
|
|
"w": 256,
|
|
"h": 256
|
|
},
|
|
{
|
|
"name": "jupiter",
|
|
"x": 256,
|
|
"y": 0,
|
|
"w": 256,
|
|
"h": 256
|
|
},
|
|
{
|
|
"name": "mars",
|
|
"x": 0,
|
|
"y": 256,
|
|
"w": 256,
|
|
"h": 256
|
|
},
|
|
{
|
|
"name": "nepture",
|
|
"x": 256,
|
|
"y": 256,
|
|
"w": 256,
|
|
"h": 256
|
|
},
|
|
{
|
|
"name": "uranus",
|
|
"x": 0,
|
|
"y": 512,
|
|
"w": 256,
|
|
"h": 256
|
|
},
|
|
{
|
|
"name": "venus",
|
|
"x": 256,
|
|
"y": 512,
|
|
"w": 256,
|
|
"h": 256
|
|
}
|
|
] |