first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

26
config/zoomify.json Normal file
View File

@ -0,0 +1,26 @@
{
"initialZoom": 4,
"zoomInTime": 1.0,
"zoomOutTime": 0.5,
"zoomInTransition": "ease_out_exp",
"zoomOutTransition": "ease_out_exp",
"affectHandFov": true,
"retainZoomSteps": false,
"linearLikeSteps": true,
"scrollZoom": true,
"scrollZoomAmount": 3,
"scrollZoomSmoothness": 70,
"zoomKeyBehaviour": "hold",
"_keybindScrolling": false,
"relativeSensitivity": 100,
"relativeViewBobbing": true,
"cinematicCamera": 0,
"spyglassBehaviour": "combine",
"spyglassOverlayVisibility": "holding",
"spyglassSoundBehaviour": "with_overlay",
"secondaryZoomAmount": 4,
"secondaryZoomInTime": 10.0,
"secondaryZoomOutTime": 1.0,
"secondaryHideHUDOnZoom": true,
"_firstLaunch": false
}