Skip to content

feat: Implement AutoZoom parameter#3000

Merged
K4thos merged 1 commit into
ikemen-engine:developfrom
NeatUnsou:develop
Dec 25, 2025
Merged

feat: Implement AutoZoom parameter#3000
K4thos merged 1 commit into
ikemen-engine:developfrom
NeatUnsou:develop

Conversation

@NeatUnsou

Copy link
Copy Markdown
Contributor

Added an AutoZoom parameter to the stage [camera] to replicate the zoom behavior of the legacy IKEMEN engine. #2671
Currently, there is no global option to apply this to all stages; it must be defined individually in the stage .def file.

When enabled, the behavior changes as follows:
・A default zoomout value is automatically calculated based on the stage bounds. While a zoomout value can be specified, it will be limited to prevent showing empty space.
・Values equivalent to zoomdelta are automatically applied based on delta values.
・The default values for zoomindelay, zoomoutspeed, and zoominspeed are changed to match legacy IKEMEN.
・The default boundhighzoomdelta becomes 1.
・The default zoomanchor becomes bottom.
・autoresizeparallax is enabled by default.
・boundleft and boundright values are no longer affected by zoomout values.

Added an AutoZoom parameter to the stage [camera] to replicate the zoom behavior of the legacy IKEMEN engine.
Currently, there is no global option to apply this to all stages; it must be defined individually in the stage .def file.

When enabled, the behavior changes as follows:
・A default zoomout value is automatically calculated based on the stage bounds. While a zoomout value can be specified, it will be limited to prevent showing empty space.
・Values equivalent to zoomdelta are automatically applied based on delta values.
・The default values for zoomindelay, zoomoutspeed, and zoominspeed are changed to match legacy IKEMEN.
・The default boundhighzoomdelta becomes 1.
・The default zoomanchor becomes bottom.
・autoresizeparallax is enabled by default.
・boundleft and boundright values are no longer affected by zoomout values.
@github-actions github-actions Bot added the PR: feat This PR implements a new feature label Dec 24, 2025
@K4thos
K4thos merged commit badee43 into ikemen-engine:develop Dec 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: feat This PR implements a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants