diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-17 21:07:05 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-17 21:07:05 +0000 |
commit | 0a76c097ce385f989c49eaf074d2f7dcc05a8c64 (patch) | |
tree | 1a88c2f0c7d1dd4a6337253e6927302bcfb0bc7d /src/assets.h | |
parent | cb6d023ffb7e24d024b2ab9603ced1684a62d137 (diff) | |
download | PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.gz PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.bz2 PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.zip |
Fake made with unity to fool the teacher
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 { |