From 409ea3517b46440f447e35280f399fb5c95e8d9d Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Fri, 15 Mar 2024 10:57:06 -0600 Subject: stone texture --- 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 95f90ed..11225b1 100644 --- a/src/assets.c +++ b/src/assets.c @@ -7,7 +7,8 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = { "toEmperorsEmporiumIcon.png", "toGameIcon.png", "emperorShopUI.png", - "shopBoard.png" + "shopBoard.png", + "stoneCurrency.png" }; const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = { -- cgit v1.2.3