diff options
Diffstat (limited to 'src/assets.h')
-rw-r--r-- | src/assets.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h index 3d9b3eb..f101e1d 100644 --- a/src/assets.h +++ b/src/assets.h @@ -4,7 +4,7 @@ #define ASSETS_NAME_MAX 100 #define TEXTURE_ASSET_COUNT 7 -#define ANIMATION_ASSET_COUNT 3 +#define ANIMATION_ASSET_COUNT 4 #ifndef ASSETS_H #define ASSETS_H @@ -28,7 +28,8 @@ enum { BUTTON_BOX_ANIMATION, PENGUIN_LOL_ANIMATION, - CLICKER_ANIMATION + CLICKER_ANIMATION, + MADE_WITH_UNITY_ANIMATION // To trick the teacher into think its a unity game. }; typedef struct Assets { |