Skip to content

Commit

Permalink
schema: add smooth_map_scaling to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jan 6, 2024
1 parent ff1aba7 commit 24ebd26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions schema/packs/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"description": "Sets scaling algorithm for items/icons. false = null = crisp, true = smooth",
"type": ["boolean", "null"],
"default": false
},
"smooth_map_scaling": {
"description": "Sets scaling algorithm for maps. false = crisp, true = null = smooth",
"type": ["boolean", "null"],
"default": true
}
}
}
3 changes: 2 additions & 1 deletion schema/packs/strict/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
{
"properties": {
"smooth_scaling": true
"smooth_scaling": true,
"smooth_map_scaling": true
},
"additionalProperties": false
}
Expand Down

0 comments on commit 24ebd26

Please sign in to comment.