CylonSB / bounded-planet

Test Game Please Ignore
6 stars 1 forks source link

Added new camera, added test #8

Closed ocornoc closed 3 years ago

ocornoc commented 4 years ago

Adds a camera plugin and three examples of interfaces to the camera of how to operate with it. At the moment, the camera can pan, zoom, and lock (do nothing on input), with highly adjustable per-camera weights. Without a parent, the camera itself is moved. With a parent with a Transform component, the parent is moved for translational movements, while the camera is moved for zoom movements.

martindevans commented 3 years ago

There are merge conflicts

ocornoc commented 3 years ago

Yeah I think #11 introduced them, I'll resolve soon