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.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/assets.c') 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) -- cgit v1.2.3