From 5ce2bd2d3e933c094542b9f6773f12f8ebf479b5 Mon Sep 17 00:00:00 2001 From: lahm86 <33758420+lahm86@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:55:22 +0000 Subject: [PATCH] tr2/config_tool: reorganise glitch fix options This moves the glitch fix options together at the bottom of the fixes tab in the config tool. --- .../Resources/specification.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tools/tr2/config/TR2X_ConfigTool/Resources/specification.json b/tools/tr2/config/TR2X_ConfigTool/Resources/specification.json index f641d7602..7d1991091 100644 --- a/tools/tr2/config/TR2X_ConfigTool/Resources/specification.json +++ b/tools/tr2/config/TR2X_ConfigTool/Resources/specification.json @@ -28,44 +28,44 @@ "DefaultValue": true }, { - "Field": "fix_item_duplication_glitch", + "Field": "fix_flare_throw_priority", "DataType": "Bool", - "DefaultValue": false + "DefaultValue": true }, { - "Field": "fix_qwop_glitch", + "Field": "fix_floor_data_issues", "DataType": "Bool", - "DefaultValue": false + "DefaultValue": true }, { - "Field": "fix_step_glitch", + "Field": "fix_item_rots", "DataType": "Bool", - "DefaultValue": false + "DefaultValue": true }, { - "Field": "fix_free_flare_glitch", + "Field": "fix_item_duplication_glitch", "DataType": "Bool", "DefaultValue": false }, { - "Field": "fix_pickup_drift_glitch", + "Field": "fix_qwop_glitch", "DataType": "Bool", "DefaultValue": false }, { - "Field": "fix_flare_throw_priority", + "Field": "fix_step_glitch", "DataType": "Bool", - "DefaultValue": true + "DefaultValue": false }, { - "Field": "fix_floor_data_issues", + "Field": "fix_free_flare_glitch", "DataType": "Bool", - "DefaultValue": true + "DefaultValue": false }, { - "Field": "fix_item_rots", + "Field": "fix_pickup_drift_glitch", "DataType": "Bool", - "DefaultValue": true + "DefaultValue": false } ] },