aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h
index 43c4b43..f276088 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -4,7 +4,7 @@
#define ASSETS_H
#define IMAGE_ASSET_COUNT 1
-#define TEXTURE_ASSET_COUNT 1
+#define TEXTURE_ASSET_COUNT 3
extern const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX];
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX];
@@ -18,7 +18,9 @@ enum {
// Texture asset ids.
enum {
- HEIGHT_MAP_TEXTURE
+ HEIGHT_MAP_TEXTURE,
+ MINT_TEXTURE,
+ NICK_TEXTURE
};
typedef struct {