From 601961a245a48112029341437912fe13b54dac0b Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 6 Jul 2025 05:13:16 -0600 Subject: rreeee --- src/assets.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/assets.c') 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) -- cgit v1.2.3