Skip to content

Commit 37ae3c8

Browse files
committed
Fixed unanchored things
1 parent 32247a9 commit 37ae3c8

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

OWJam5ModProject/planets/planet1.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@
389389
"playerSpawnPoints": [
390390
{
391391
"rename": "_WalkerPlanet1",
392+
"parentPath": "Sector/CrystalPlanet",
393+
"isRelativeToParent": true,
392394
"position": {
393395
"y": 100,
394396
"x": 25

OWJam5ModProject/planets/planet2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@
341341
"playerSpawnPoints": [
342342
{
343343
"rename": "_WalkerPlanet2",
344+
"parentPath": "Sector/SupermassivePlanet",
345+
"isRelativeToParent": true,
344346
"position": {
345347
"y": -260,
346348
"z": 25

OWJam5ModProject/planets/planet3.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@
411411
"position": {
412412
"z": 160
413413
},
414+
"parentPath": "Sector/SandPlanet",
415+
"isRelativeToParent": true,
414416
"rename": "_WalkerPlanet3"
415417
}
416418
]

OWJam5ModProject/planets/planet4.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@
482482
},
483483
{
484484
"id": "Walker_Jam5_Planet4_Geysers",
485+
"parentPath": "Sector/WaterPlanet",
486+
"isRelativeToParent": true,
485487
"position": { "z": -135 }
486488
},
487489
{
@@ -583,6 +585,8 @@
583585
"z": 160,
584586
"x": 25
585587
},
588+
"parentPath": "Sector/WaterPlanet",
589+
"isRelativeToParent": true,
586590
"rename": "_WalkerPlanet4"
587591
}
588592
]

0 commit comments

Comments
 (0)