Began working on the lua API for the map

The basic framework is done.
This commit is contained in:
Kayne Ruse
2014-03-28 03:24:14 +11:00
parent 47684380a9
commit 38b603fc8f
15 changed files with 263 additions and 14 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ protected:
int x = 0, y = 0;
} camera;
RegionPager<MapGenerator, MapFileFormat> pager;
RegionPager<BlankGenerator, DummyFormat> pager;
TileSheet tsheet;
};