Skip to content

Commit

Permalink
tr2/config_tool: reorganise glitch fix options
Browse files Browse the repository at this point in the history
This moves the glitch fix options together at the bottom of the fixes
tab in the config tool.
  • Loading branch information
lahm86 committed Dec 27, 2024
1 parent f4eaeee commit 5ce2bd2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tools/tr2/config/TR2X_ConfigTool/Resources/specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down

0 comments on commit 5ce2bd2

Please sign in to comment.