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 f5ef97f..2a1ee66 100644
--- a/src/assets.h
+++ b/src/assets.h
@@ -3,7 +3,7 @@
#ifndef ASSETS_H
#define ASSETS_H
-#define TEXTURE_ASSET_COUNT 4
+#define TEXTURE_ASSET_COUNT 5
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX];
@@ -14,7 +14,8 @@ enum {
MINT_TEXTURE,
NICKEL_TEXTURE,
TREE_TEXTURE,
- BUSH_TEXTURE
+ BUSH_TEXTURE,
+ FLOWER_TEXTURE
};
typedef struct {