From 4a507152a4f8272ac9434bba2700fe614ba1c284 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Tue, 5 Mar 2024 12:05:51 -0700 Subject: Silly images added --- 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 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] = { -- cgit v1.2.3