diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-06 19:11:48 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-05-06 19:11:48 +0000 |
commit | fcd2d57b2a28c0e342ba8bf668a4501f845a6df0 (patch) | |
tree | 91323e0802d58839aefb181d152bf5aa8f55c65a /src/assets.c | |
parent | 926f3b1467efa314bb667ddbfd45a01c0edcd426 (diff) | |
download | PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.gz PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.bz2 PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.zip |
Penguins billboards drawing
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 3 |
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] = { |