Added region highlighting

This commit is contained in:
Kayne Ruse
2013-10-06 19:22:26 +11:00
parent 29928c0b92
commit 719c8f49a6
4 changed files with 51 additions and 22 deletions
+4
View File
@@ -53,6 +53,10 @@ protected:
RegionPager pager;
std::list<TileSheet> sheetList;
struct {
int x = 0, y = 0;
} camera;
//debugging
int incrementer = 0;
};