restructure wide/enhanced settings close #205

This commit is contained in:
Matt Walsh
2026-04-13 14:36:15 -05:00
parent 42f1f66117
commit 63e089451d
6 changed files with 84 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ const scaling = () => {
y: 117,
};
if (settings.wide?.value && settings.enhancedScreens?.value) {
if (settings.wide?.value && settings.enhanced?.value) {
mapOffsetXY.x = 320;
available.x = 854;
}