|
|
楼主 |
发表于 2024-8-23 20:02:15
|
显示全部楼层
知道了,编辑器代码太多混乱导致很多小问题,把第二个巨星的半径从startRadius改成radius就好了。
{
"customEntity": [],
"star": [
{
"starType": "star_yellow@黄恒星",
"coronaSize": "350",
"starName": "AAA",
"planet": [
{
"planetOrbitDay": "365",
"planetType": "gas_giant@气态巨行星",
"planetOrbitRadius": "2000",
"planetName": "a",
"planetAngle": "0",
"planetRadius": "120",
"planetId": "test-1",
"customDescriptionId": ""
},
{
"planetOrbitDay": "365",
"planetType": "gas_giant@气态巨行星",
"planetOrbitRadius": "3000",
"planetName": "b",
"planetAngle": "90",
"planetRadius": "120",
"planetId": "test-2",
"customDescriptionId": ""
}
],
"radius": "600"
},
{
"starType": "star_blue_giant@蓝巨星",
"starName": "BBB",
"starCoronaSize": "350",
"planet": [],
"radius": "600"
}
],
"generateFringeJumpPoint": true,
"name": "test",
"x": "0",
"y": "0",
"lightColor": "255,185,50",
"asteroidBel": [],
"generateEntrancesAtGasGiants": true,
"backgroundTextureFilename": "graphics/backgrounds/background6.jpg"
} |
|