Fix warp drive config spacing

This commit is contained in:
Nick 2024-04-04 18:48:39 -04:00
parent 9873a853db
commit 791f7c33aa

View File

@ -1,21 +1,28 @@
{ {
"name" : "Ship", "name": "Ship",
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json", "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json",
"Props" : "Props": {
{ "dialogue": [
"dialogue": [ {
{ "position": {
"position":{"x": -0.3071011, "y": 2.741472, "z": -4.005298}, "x": -0.3071011,
"radius": 0, "y": 2.741472,
"rename" : "WarpDriveDialogue", "z": -4.005298
"xmlFile":"Assets/WarpDriveDialogue.xml", },
"blockAfterPersistentCondition" : "KnowsAboutWarpDrive", "radius": 0,
"remoteTrigger" : { "rename": "WarpDriveDialogue",
"xmlFile": "Assets/WarpDriveDialogue.xml",
"blockAfterPersistentCondition": "KnowsAboutWarpDrive",
"remoteTrigger": {
"radius": 1, "radius": 1,
"position": {"x": -0.05656214, "y": 0.5362684, "z": 0.5467669}, "position": {
"rename" : "WarpDriveRemoteTrigger" "x": -0.05656214,
"y": 0.5362684,
"z": 0.5467669
},
"rename": "WarpDriveRemoteTrigger"
} }
} }
] ]
} }
} }