PunchablePlushie / godot-game-settings

Create and manage game settings in Godot Engine.

Home Page:https://punchableplushie.github.io/godot-game-settings-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Window moves to secondary monitor when changing resolution

nhandy opened this issue · comments

commented

When starting a game with the Display Size setting it moves the window to my secondary monitor. This still happens when I drag the window back to the main monitor and then change the resolution. The resolution changes but the window moves to the second monitor. I've also noticed that it appears to center it according to the dimensions of the primary monitor but on the secondary monitor. With this being that case much of the window is off screen (my primary monitor is much larger).

Any thoughts on what's doing this and if it's maybe an issue with my implementation?

See:
#27

commented

Applied the changes to my version and it works now, thx so much!

Fixed in #27.