From 0a76c097ce385f989c49eaf074d2f7dcc05a8c64 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 17 Mar 2024 15:07:05 -0600 Subject: Fake made with unity to fool the teacher --- 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 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) -- cgit v1.2.3