aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-10 17:06:48 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-10 17:06:48 +0000
commit4f14134623f319ce4afce9b303cc77762524b350 (patch)
treedac0685893e70239e44dd3eb7cd7a6375216f65d /src/assets.c
parent1b2a507416bc1fd8fd2bb07f94d8bcd096c19721 (diff)
downloadPenguinYippies-4f14134623f319ce4afce9b303cc77762524b350.tar.gz
PenguinYippies-4f14134623f319ce4afce9b303cc77762524b350.tar.bz2
PenguinYippies-4f14134623f319ce4afce9b303cc77762524b350.zip
Started working on the gack
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index 1d9f197..3a80194 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -11,7 +11,9 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = {
"stoneCurrency.png",
"clickerTool.png",
"booperTool.png",
- "penguinBillboard.png"
+ "penguinBillboard.png",
+ "toGackIcon.png",
+ "gackPenguin.png"
};
const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = {