diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-07 18:21:34 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-07 18:21:34 +0000 |
commit | f372a91b5517e2e86ceca7e49613b07bdecb9fd9 (patch) | |
tree | 370db23fa2d62d53b95eb3ac0c3e5533cd06b0b3 /src/assets.c | |
parent | 4c74b7100c26aca80a65a853524b44085dcf4508 (diff) | |
download | PenguinYippies-f372a91b5517e2e86ceca7e49613b07bdecb9fd9.tar.gz PenguinYippies-f372a91b5517e2e86ceca7e49613b07bdecb9fd9.tar.bz2 PenguinYippies-f372a91b5517e2e86ceca7e49613b07bdecb9fd9.zip |
Added board thingy
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c index 3c2e9ba..d4352cb 100644 --- a/src/assets.c +++ b/src/assets.c @@ -7,7 +7,7 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = { "toEmperorsEmporiumIcon.png", "toGameIcon.png", "emperorShopUI.png", - "shopBoard" + "shopBoard.png" }; const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = { |