43 lines
672 B
JSON
Executable File
43 lines
672 B
JSON
Executable File
{
|
|
"Space":[
|
|
{
|
|
"name": "galaxy_0",
|
|
"position":{
|
|
"x_coord": 0.0,
|
|
"y_coord": 0.0
|
|
},
|
|
"texture": "galaxy_0.png",
|
|
"scale": 1.0,
|
|
"Stars": [
|
|
{
|
|
"name": "star_0_0",
|
|
"position": {
|
|
"x_coord": -0.45,
|
|
"y_coord": 0.18
|
|
},
|
|
"texture": "star_0_0.png",
|
|
"scale": 0.06,
|
|
"levels": [
|
|
{
|
|
"name": "level_1"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "star_0_1",
|
|
"position": {
|
|
"x_coord": 0.25,
|
|
"y_coord": -0.15
|
|
},
|
|
"texture": "star_0_1.png",
|
|
"scale": 0.07,
|
|
"levels": [
|
|
{
|
|
"name": "level_1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |