diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-05 19:05:51 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-05 19:05:51 +0000 |
commit | 4a507152a4f8272ac9434bba2700fe614ba1c284 (patch) | |
tree | cf02cf28c8e2ea7d8835f55da53b44e15093fbb2 /src/assets.c | |
parent | cf4e656ae38a27eb9b0f4e53cf42f872796f2f08 (diff) | |
download | PenguinYippies-4a507152a4f8272ac9434bba2700fe614ba1c284.tar.gz PenguinYippies-4a507152a4f8272ac9434bba2700fe614ba1c284.tar.bz2 PenguinYippies-4a507152a4f8272ac9434bba2700fe614ba1c284.zip |
Silly images added
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c index e0aa0a8..3c2e9ba 100644 --- a/src/assets.c +++ b/src/assets.c @@ -5,7 +5,9 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = { "mainScreenBackground.png", "penguinBackground.png", "toEmperorsEmporiumIcon.png", - "toGameIcon.png" + "toGameIcon.png", + "emperorShopUI.png", + "shopBoard" }; const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = { |