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,

  • image

  • so changed the min value from 1 to 100

  • image

  • 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?

  • image

  • Pixelorama\src\UI\TopMenuContainer\TopMenuContainer.tscn

  • image

  • Pixelorama\src\UI\Canvas\CanvasCamera.gd

  • image

  • to be continued ...