From 0347f1363b12e71518efaf4f54df7c3e348539a5 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 26 Mar 2024 11:56:17 -0600 Subject: Added tool bar --- src/assets.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/assets.c') 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] = { -- cgit v1.2.3