starfleetcadet75 / TiledMapImporter

A C# library for using custom maps made with the Tiled Map Editor in MonoGame/Xna.
MIT License
10 stars 1 forks source link

Design and create Camera2D class #4

Open starfleetcadet75 opened 9 years ago

starfleetcadet75 commented 9 years ago

A major drawback from the original design was the way in which the "view" of the map was implemented. Unlike some game engines, MonoGame does not have a Camera functionality built in.

Acceptance Criteria: