diff options
Diffstat (limited to 'src/resources/spritedef.h')
-rw-r--r-- | src/resources/spritedef.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/spritedef.h b/src/resources/spritedef.h index 5ab4bcc2b..34786d783 100644 --- a/src/resources/spritedef.h +++ b/src/resources/spritedef.h @@ -90,6 +90,10 @@ enum SpriteDirection DIRECTION_DOWN, DIRECTION_LEFT, DIRECTION_RIGHT, + DIRECTION_UPLEFT, + DIRECTION_UPRIGHT, + DIRECTION_DOWNLEFT, + DIRECTION_DOWNRIGHT, DIRECTION_INVALID }; |