aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
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 88345b1..f5ef97f 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -3,7 +3,7 @@
#ifndef ASSETS_H
#define ASSETS_H
-#define TEXTURE_ASSET_COUNT 3
+#define TEXTURE_ASSET_COUNT 4
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX];
@@ -13,7 +13,8 @@ typedef int8_t AssetId;
enum {
MINT_TEXTURE,
NICKEL_TEXTURE,
- TREE_TEXTURE
+ TREE_TEXTURE,
+ BUSH_TEXTURE
};
typedef struct {