Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The game should be adaptded for a specific aspect ratio and handle all aspect ratios accordingly. #17

Open
skejeton opened this issue Nov 22, 2023 · 0 comments
Labels
enhancement New feature or request later Something that can't be solved immediately.

Comments

@skejeton
Copy link
Owner

Currently, the aspect ratio handler in the game is conservative: it shows you the least it can show without spoiling outside of camera bounds. This is nice, however different aspect ratios will see way less/more on the screen depending on the level. For a puzzle game like this, a 4:3 aspect ratio seems sensible, and I can show fog of war on the edges of the screen to hide the stuff you're not supposed to see.

@skejeton skejeton added the enhancement New feature or request label Nov 22, 2023
@skejeton skejeton added the later Something that can't be solved immediately. label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request later Something that can't be solved immediately.
Projects
None yet
Development

No branches or pull requests

1 participant