diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-17 21:07:05 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-17 21:07:05 +0000 |
commit | 0a76c097ce385f989c49eaf074d2f7dcc05a8c64 (patch) | |
tree | 1a88c2f0c7d1dd4a6337253e6927302bcfb0bc7d /src/assets.c | |
parent | cb6d023ffb7e24d024b2ab9603ced1684a62d137 (diff) | |
download | PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.gz PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.tar.bz2 PenguinYippies-0a76c097ce385f989c49eaf074d2f7dcc05a8c64.zip |
Fake made with unity to fool the teacher
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 11225b1..a9cd789 100644 --- a/src/assets.c +++ b/src/assets.c @@ -14,7 +14,8 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = { const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = { "buttonBox.gif", "penguinLol.gif", - "clicker.gif" + "clicker.gif", + "madeWithUnity.gif" }; void loadTextures(Assets* assets) |