Pomax / Pjs-2D-Game-Engine

Processing.js 2D Game Engine
85 stars 53 forks source link

make viewbox track one or more actors #3

Closed Pomax closed 10 years ago

Pomax commented 12 years ago

rather than doing viewbox positioning manually, this should be done automatically, where we pass the viewbox one or more actors, and the viewbox will then try to keep those in screen. This may effect zooming if there's multiplayer going on. This is good =)