diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-13 18:07:43 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-13 18:07:43 +0000 |
commit | 8372a776ad2e06b99e4704403504ba74932276ec (patch) | |
tree | 1c688217d8420474ad4c8b68c721d1a27d9df43d /src/assets.c | |
parent | 694efe00e1e01af8534672b60970a3e0555e5f34 (diff) | |
download | PenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.tar.gz PenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.tar.bz2 PenguinYippies-8372a776ad2e06b99e4704403504ba74932276ec.zip |
Made a clicker
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 3 |
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) |