xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Feature/tile renderer #37

Closed willwull closed 8 years ago

willwull commented 8 years ago

This implements the TileRenderer class, which isn't 100% complete yet. What we need is to implement some code that draws a different tile depending on which string is in the passed in array. We should implement this in a new feature branch once we have a tile set spritesheet.

xobust commented 8 years ago

Looks good, but I think this class would work great as a singelton.

willwull commented 8 years ago

Yeah, that's true, do you want to change that? I'm not sure how you actually implement those.