aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
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.h
parent926f3b1467efa314bb667ddbfd45a01c0edcd426 (diff)
downloadPenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.gz
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.tar.bz2
PenguinYippies-fcd2d57b2a28c0e342ba8bf668a4501f845a6df0.zip
Penguins billboards drawing
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h
index 4c0355a..4e5fb61 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -3,7 +3,7 @@
#define ASSETS_NAME_MAX 100
-#define TEXTURE_ASSET_COUNT 9
+#define TEXTURE_ASSET_COUNT 10
#define ANIMATION_ASSET_COUNT 4
#ifndef ASSETS_H
@@ -23,7 +23,8 @@ enum
SHOP_BOARD_TEXTURE,
STONE_TEXTURE,
CLICKER_TOOL_TEXTURE,
- BOOPER_TOOL_TEXTURE
+ BOOPER_TOOL_TEXTURE,
+ PENGUIN_BILLBOARD_TEXTURE
};
enum