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

Game window resolution is tied to screen scale #10

Open
popcar2 opened this issue Jan 21, 2024 · 0 comments
Open

Game window resolution is tied to screen scale #10

popcar2 opened this issue Jan 21, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@popcar2
Copy link
Owner

popcar2 commented Jan 21, 2024

The resolution of game windows is currently tied to screen scale. Zooming in causes games to be rendered in a lower resolution, zooming out causes games to be rendered in a higher resolution. This isn't immediately noticeable but can cause fuzziness if you're using a screen scale of 1.25 or higher.

Pictured: Game gets rendered in comically small resolution after increasing the screen scale dramatically.

Screenshot_20240121_154028

This technically is working as intended since Viewport resolution is directly tied to its size. Scaling GodotOS up causes everything to be larger without changing the size of Control nodes. That means that you're technically just zooming in the viewport without changing the resolution.

Unfortunately I can't find a way to make resolution separate from the Viewport's size. I've tried increasing the size and scaling it back down but that causes all sorts of weird behavior and lag.

If anyone figures something out, do let me know.

@popcar2 popcar2 added bug Something isn't working help wanted Extra attention is needed labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant