multiple frames now added and working
This commit is contained in:
@@ -92,5 +92,7 @@ static const char **CHARACTER_RUN_FRAMES[] = {
|
||||
RUN_FRAME_7,
|
||||
};
|
||||
|
||||
static const int CHARACTER_RUN_FRAME_COUNT =
|
||||
sizeof(CHARACTER_RUN_FRAMES) / sizeof(CHARACTER_RUN_FRAMES[0]);
|
||||
static const int CHARACTER_RUN_FRAME_COUNT = sizeof(CHARACTER_RUN_FRAMES) / sizeof(CHARACTER_RUN_FRAMES[0]);
|
||||
|
||||
// Height (rows per run frame)
|
||||
static const int CHARACTER_RUN_FRAME_HEIGHT = sizeof(RUN_FRAME_1) / sizeof(RUN_FRAME_1[0]);
|
||||
|
||||
Reference in New Issue
Block a user