diff options
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] = { |