aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-13 18:07:43 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-13 18:07:43 +0000
commit8372a776ad2e06b99e4704403504ba74932276ec (patch)
tree1c688217d8420474ad4c8b68c721d1a27d9df43d /src/assets.h
parent694efe00e1e01af8534672b60970a3e0555e5f34 (diff)
downloadPenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.tar.gz
PenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.tar.bz2
PenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.zip
Made a clicker
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h5
1 files changed, 3 insertions, 2 deletions
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 {