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

fix: camera doesn't flip #225

Closed Rinder5 closed 6 years ago

nicholaschuayunzhi commented 6 years ago

Does this ensure that the camera never flips?

Rinder5 commented 6 years ago

yes* (it still uses the old implementation style i used for autozoom, so it might still flip. but significantly less possible)

nicholaschuayunzhi commented 6 years ago

so it might still flip

Is this avoidable?

Rinder5 commented 6 years ago

yea, but it requires a bit more math. this was just a quick fix