aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index d4352cb..95f90ed 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -12,7 +12,8 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = {
const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = {
"buttonBox.gif",
- "penguinLol.gif"
+ "penguinLol.gif",
+ "clicker.gif"
};
void loadTextures(Assets* assets)