this-place / this.place

An isometric puzzle game that incorporates platforming and block building.
https://isteps.comp.nus.edu.sg/event/12th-steps/module/CS3247/project/4
MIT License
7 stars 6 forks source link

Create player look at #138

Closed nicholaschuayunzhi closed 6 years ago

nicholaschuayunzhi commented 6 years ago

Sometimes the camera zooms in when does a block of 1 block between the character and the camera (on the same plane). This causes unnecessary zoom as you can still see the character.

Lets use a PlayerLookAt on the character's head so that the camera zoom only happens when the top of the character is blocked.