From 4f14134623f319ce4afce9b303cc77762524b350 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 10 May 2024 11:06:48 -0600 Subject: Started working on the gack --- src/assets.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/assets.h') diff --git a/src/assets.h b/src/assets.h index 4e5fb61..84a4ef9 100644 --- a/src/assets.h +++ b/src/assets.h @@ -3,7 +3,7 @@ #define ASSETS_NAME_MAX 100 -#define TEXTURE_ASSET_COUNT 10 +#define TEXTURE_ASSET_COUNT 12 #define ANIMATION_ASSET_COUNT 4 #ifndef ASSETS_H @@ -24,7 +24,9 @@ enum STONE_TEXTURE, CLICKER_TOOL_TEXTURE, BOOPER_TOOL_TEXTURE, - PENGUIN_BILLBOARD_TEXTURE + PENGUIN_BILLBOARD_TEXTURE, + TO_GACK_ICON_TEXTURE, + GACK_PENGUIN_TEXTURE }; enum -- cgit v1.2.3