BryceMehring / Hexel

Retro Tower Defense Game
https://brycemehring.github.io/projects/hexel/
MIT License
5 stars 2 forks source link

Allow the window to be resized #21

Open BryceMehring opened 9 years ago

BryceMehring commented 9 years ago

If the window is resized, all of the GUI widgets will need to be repositioned. This could be done via a callback mechanism on the resize event.

Also the game should be using world space instead of screen space in order to better support different resolutions.