From 791f7c33aa166060becb123ced7821d53ad349f1 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 4 Apr 2024 18:48:39 -0400 Subject: [PATCH] Fix warp drive config spacing --- NewHorizons/Assets/WarpDriveConfig.json | 39 +++++++++++++++---------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/NewHorizons/Assets/WarpDriveConfig.json b/NewHorizons/Assets/WarpDriveConfig.json index 1622f23c..a9e90356 100644 --- a/NewHorizons/Assets/WarpDriveConfig.json +++ b/NewHorizons/Assets/WarpDriveConfig.json @@ -1,21 +1,28 @@ { - "name" : "Ship", - "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json", - "Props" : - { - "dialogue": [ - { - "position":{"x": -0.3071011, "y": 2.741472, "z": -4.005298}, - "radius": 0, - "rename" : "WarpDriveDialogue", - "xmlFile":"Assets/WarpDriveDialogue.xml", - "blockAfterPersistentCondition" : "KnowsAboutWarpDrive", - "remoteTrigger" : { + "name": "Ship", + "$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/body_schema.json", + "Props": { + "dialogue": [ + { + "position": { + "x": -0.3071011, + "y": 2.741472, + "z": -4.005298 + }, + "radius": 0, + "rename": "WarpDriveDialogue", + "xmlFile": "Assets/WarpDriveDialogue.xml", + "blockAfterPersistentCondition": "KnowsAboutWarpDrive", + "remoteTrigger": { "radius": 1, - "position": {"x": -0.05656214, "y": 0.5362684, "z": 0.5467669}, - "rename" : "WarpDriveRemoteTrigger" + "position": { + "x": -0.05656214, + "y": 0.5362684, + "z": 0.5467669 + }, + "rename": "WarpDriveRemoteTrigger" } } - ] - } + ] + } } \ No newline at end of file