Bolt-Development / the-darkest-forest

BDT's debut title
3 stars 0 forks source link

Grid View #39

Closed joshbyrom closed 11 years ago

joshbyrom commented 11 years ago

We need a view class for the grid model. Currently, we know that this view object will need to display a certain width, height of the model and have the ability to "scroll."

The class should consist of enough tile views to cover the viewing width, height, and change the tiles the views are displaying as the "camera" coordinates move.