aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-26 17:56:17 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-26 17:56:17 +0000
commit0347f1363b12e71518efaf4f54df7c3e348539a5 (patch)
tree4f1b5eadbec02b2763136990de8a32308bc310a6 /src/assets.c
parent08450f4bc90c77738f0fa35848d35e23ca8c5d63 (diff)
downloadPenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.tar.gz
PenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.tar.bz2
PenguinYippies-0347f1363b12e71518efaf4f54df7c3e348539a5.zip
Added tool bar
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index a9cd789..6903e48 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -8,7 +8,9 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = {
"toGameIcon.png",
"emperorShopUI.png",
"shopBoard.png",
- "stoneCurrency.png"
+ "stoneCurrency.png",
+ "clickerTool.png",
+ "booperTool.png"
};
const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = {