zacharyvincze / pokemon-red-sdl2

Pokemon Red reconstructed in SDL2. Mainly for game development and engine testing.
31 stars 12 forks source link

Fix camera movement #1

Closed zacharyvincze closed 7 years ago

zacharyvincze commented 7 years ago

The camera movement is wonky with the player right now. It must keep the player centred on the screen unless map boundaries are hit.

zacharyvincze commented 7 years ago

Fixed, camera is now centred to player.