FinnStokes / celia

Ludum Dare 23 Jam game
2 stars 2 forks source link

Camera slower than player #4

Closed colincapurso closed 12 years ago

colincapurso commented 12 years ago

The camera is slower than the player. Problem with the player leaving the screen because the camera hasn't caught up yet.

Camera needs to be either fixed on the player or the camera needs to be fixed on the player if the player is a certain distance from the camera.

SaxonDouglass commented 12 years ago

This has been fixed in commit 6d75f4331e by fixing the camera to the player at all times.