Closed chrischtel closed 1 year ago
When you change the width of the game window, the "border" moves further out or in. The same applies to the height.
check out this article: https://www.mikechambers.com/blog/2022/10/30/managing-window-size-in-bevy/ You could also send out an WindowResized event to handle it your own way.
Okay thanks that worked for me. :)
When you change the width of the game window, the "border" moves further out or in. The same applies to the height.