From 0a76c097ce385f989c49eaf074d2f7dcc05a8c64 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 17 Mar 2024 15:07:05 -0600 Subject: Fake made with unity to fool the teacher --- src/assets.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/assets.h') 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 { -- cgit v1.2.3