aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-15 16:57:06 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-15 16:57:06 +0000
commit409ea3517b46440f447e35280f399fb5c95e8d9d (patch)
tree73e4455d434776f07ae99d72139b2461a63400b7 /src/assets.c
parent9d14163ea278171f96d0be0aa4e911f485befaf9 (diff)
downloadPenguinYippies-409ea3517b46440f447e35280f399fb5c95e8d9d.tar.gz
PenguinYippies-409ea3517b46440f447e35280f399fb5c95e8d9d.tar.bz2
PenguinYippies-409ea3517b46440f447e35280f399fb5c95e8d9d.zip
stone texture
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c3
1 files changed, 2 insertions, 1 deletions
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] = {