ymd20250315 zoom min as 100% - jamad/Pixelorama GitHub Wiki
-
myTODO
-
mouse wheel multiplier to be stronger
-
found 5000.0 was the easiest to find where to change after searching some keywords like zoom_slider in the project,
-
-
so changed the min value from 1 to 100
-
-
then verified the min value became 100% when using the slider
-
but it caused another bug that mouse wheel drag can go under 100%
-
I wonder the following can be changed to 100?
-
-
Pixelorama\src\UI\TopMenuContainer\TopMenuContainer.tscn
-
-
Pixelorama\src\UI\Canvas\CanvasCamera.gd
-
-
to be continued ...