multiple frames now added and working
This commit is contained in:
@@ -33,3 +33,6 @@ static const char **CHARACTER_CRAWL_FRAMES[] = {
|
||||
};
|
||||
|
||||
static const int CHARACTER_CRAWL_FRAME_COUNT = sizeof(CHARACTER_CRAWL_FRAMES) / sizeof(CHARACTER_CRAWL_FRAMES[0]);
|
||||
|
||||
// Height (rows per crawl frame)
|
||||
static const int CHARACTER_CRAWL_FRAME_HEIGHT = sizeof(CRAWL_FRAME_1) / sizeof(CRAWL_FRAME_1[0]);
|
||||
|
||||
Reference in New Issue
Block a user