This commit is contained in:
iceyrazor
2025-02-11 19:19:46 -06:00
commit ca2430aaa9
66 changed files with 3870 additions and 0 deletions

26
tardisproject/planetdata.json Executable file
View File

@@ -0,0 +1,26 @@
{
"earth":{
"cords":"0/0/0",
"scale":"500",
"generateRandomObjects":"true",
"objects":{
"refuel":[
"0/1",
"20/20"
],
"space-radio":[
"3/3"
]
}
},
"earthsMoon":{
"cords":"1/0/0",
"scale":"100",
"generateRandomObjects":"false",
"objects":{
"space-radio":[
"1/0"
]
}
}
}