diff options
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c index 79c7ef9..b42dfae 100644 --- a/src/assets.c +++ b/src/assets.c @@ -5,7 +5,9 @@ const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX] = { }; const char textureAssetPaths[TEXTURE_ASSET_COUNT][FT_NAMEMAX] = { - "heightmap.png" + "heightmap.png", + "mint.png", + "nickel.png" }; void initAssets(Assets* assets) |