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 1a7113a..0434b5c 100644 --- a/src/assets.c +++ b/src/assets.c @@ -4,7 +4,8 @@ const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX] = { "mint.png", "nickel.png", "tree.png", - "bush.png" + "bush.png", + "flower.png" }; void initAssets(Assets* assets) |