From 8372a776ad2e06b99e4704403504ba74932276ec Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 13 Mar 2024 12:07:43 -0600 Subject: Made a clicker --- 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 943b409..bf6da36 100644 --- a/src/assets.h +++ b/src/assets.h @@ -4,7 +4,7 @@ #define ASSETS_NAME_MAX 100 #define TEXTURE_ASSET_COUNT 6 -#define ANIMATION_ASSET_COUNT 2 +#define ANIMATION_ASSET_COUNT 3 #ifndef ASSETS_H #define ASSETS_H @@ -26,7 +26,8 @@ enum enum { BUTTON_BOX_ANIMATION, - PENGUIN_LOL_ANIMATION + PENGUIN_LOL_ANIMATION, + CLICKER_ANIMATION }; typedef struct Assets { -- cgit v1.2.3