Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
screen_size
on monitors which are not 1080p
`OS.get_screen_size()` gives us the real screen resolution of the player, not the design size of 1920x1080 which we set in project settings. This was game-breaking since we use the `screen_size` variable in several places to position stuff.
- Loading branch information