double-hit-balls/assets/galaxy_ptree.json

68 lines
1.1 KiB
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-25 11:51:26 +00:00
"x_coord": -0.45,
"y_coord": 0.4
2018-05-22 12:00:30 +00:00
},
2018-05-24 11:44:58 +00:00
"texture": "galaxy_0.png",
2018-05-25 11:51:26 +00:00
"scale": 0.6,
2018-05-22 12:00:30 +00:00
"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,
2018-05-25 11:51:26 +00:00
"y_coord": 0.15
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"
}
]
}
]
2018-05-25 11:51:26 +00:00
},
{
"name": "galaxy_1",
"position":{
"x_coord": 0.4,
"y_coord": 0.05
},
"texture": "galaxy_1.png",
"scale": 0.7,
"Stars": [
{
"name": "star_1_0",
"position": {
"x_coord": -0.15,
"y_coord": 0.15
},
"texture": "star_1_0.png",
"scale": 0.06,
"levels": [
{
"name": "level_1"
}
]
}
]
2018-05-22 12:00:30 +00:00
}
]
}