stardew-valley-mods/ZoomLevel/config.json
2025-07-04 01:07:25 +08:00

40 lines
1.5 KiB
JSON

{
"KeybindListHoldToChangeUI": "LeftShift, RightShift, LeftTrigger + RightTrigger",
"KeybindListIncreaseZoomOrUI": "OemPeriod, RightStick",
"KeybindListDecreaseZoomOrUI": "OemComma, LeftStick",
"KeybindListResetZoomOrUI": "None",
"KeybindListMaxZoomOrUI": "None",
"KeybindListMinZoomOrUI": "None",
"KeybindListZoomToCurrentMapSize": "None",
"KeybindListPresetZoomAndUIValues": "None",
"KeybindListMovementCameraUp": "None",
"KeybindListMovementCameraDown": "None",
"KeybindListMovementCameraLeft": "None",
"KeybindListMovementCameraRight": "None",
"KeybindListMovementCameraReset": "None",
"KeybindListToggleUIVisibility": "None",
"KeybindListToggleHideUIWithCertainZoom": "None",
"KeybindListToggleAnyKeyToResetCamera": "None",
"KeybindListToggleAutoZoomToCurrentMapSize": "None",
"KeybindListTogglePresetOnLoadSaveFile": "None",
"ZoomOrUILevelIncreaseValue": 0.05,
"ZoomOrUILevelDecreaseValue": -0.05,
"ResetZoomOrUIValue": 1.0,
"MaxZoomOrUIValue": 2.0,
"MinZoomOrUIValue": 0.35,
"ZoomLevelThatHidesUI": 0.35,
"CameraMovementSpeedValue": 15,
"PresetZoomLevelValue": 0.86,
"PresetUIScaleValue": 0.75,
"SuppressControllerButtons": true,
"AutoZoomToCurrentMapSize": false,
"AnyButtonToCenterCamera": true,
"HideUIWithCertainZoom": false,
"PresetOnLoadSaveFile": false,
"ZoomAndUIControlEverywhere": false,
"RandomizerEnableGlobal": false,
"RandomizerSeedValue": -1,
"RandomizerEnableUIChanges": false,
"RandomizerEnableOnMapChange": true,
"RandomizerEnableOnMapLoad": false
}