From 63112267be277e38224b510ec5745421dd7d4917 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Jan 2011 23:23:16 +0200 Subject: Add diagonal animations. New animation names: upleft, upright, downleft, downright Tested atleast at mobs. --- src/resources/spritedef.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/resources/spritedef.h') 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 }; -- cgit v1.2.3-60-g2f50