double-hit-balls/assets/galaxy_ptree.json

43 lines
672 B
JSON
Raw Normal View History

2018-05-22 12:00:30 +00:00
{
"Space":[
{
2018-05-24 11:44:58 +00:00
"name": "galaxy_0",
2018-05-22 12:00:30 +00:00
"position":{
2018-05-24 11:44:58 +00:00
"x_coord": 0.0,
"y_coord": 0.0
2018-05-22 12:00:30 +00:00
},
2018-05-24 11:44:58 +00:00
"texture": "galaxy_0.png",
2018-05-22 12:00:30 +00:00
"scale": 1.0,
"Stars": [
{
2018-05-24 11:44:58 +00:00
"name": "star_0_0",
2018-05-22 12:00:30 +00:00
"position": {
2018-05-24 11:44:58 +00:00
"x_coord": -0.45,
"y_coord": 0.18
2018-05-22 12:00:30 +00:00
},
2018-05-24 11:44:58 +00:00
"texture": "star_0_0.png",
"scale": 0.06,
2018-05-22 12:00:30 +00:00
"levels": [
{
"name": "level_1"
}
]
},
{
2018-05-24 11:44:58 +00:00
"name": "star_0_1",
2018-05-22 12:00:30 +00:00
"position": {
2018-05-24 11:44:58 +00:00
"x_coord": 0.25,
"y_coord": -0.15
2018-05-22 12:00:30 +00:00
},
2018-05-24 11:44:58 +00:00
"texture": "star_0_1.png",
"scale": 0.07,
2018-05-22 12:00:30 +00:00
"levels": [
{
"name": "level_1"
}
]
}
]
}
]
}