azurite-engine / Azurite

Azurite Game Engine is a 2D Java game engine built on top of LWJGL.
https://azurite-engine.github.io
MIT License
42 stars 20 forks source link

Camera doesn't respond to window resize #77

Closed athaun closed 2 years ago

athaun commented 2 years ago

image Probably more than just the camera being problematic here. This should be fixed by 1.0 Expected result: should center camera on player. Actual result: camera centers on point left and up of player.

athaun commented 2 years ago

Fixed in https://github.com/azurite-engine/Azurite/pull/81