aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.c
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 19:11:48 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-05-06 19:11:48 +0000
commitfcd2d57b2a28c0e342ba8bf668a4501f845a6df0 (patch)
tree91323e0802d58839aefb181d152bf5aa8f55c65a /src/assets.c
parent926f3b1467efa314bb667ddbfd45a01c0edcd426 (diff)
downloadPenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.gz
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.bz2
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.zip
Penguins billboards drawing
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 6903e48..1d9f197 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -10,7 +10,8 @@ const char textureAssetsNames[TEXTURE_ASSET_COUNT][ASSETS_NAME_MAX] = {
"shopBoard.png",
"stoneCurrency.png",
"clickerTool.png",
- "booperTool.png"
+ "booperTool.png",
+ "penguinBillboard.png"
};
const char animationAssetsNames[ANIMATION_ASSET_COUNT][ASSETS_NAME_MAX] = {