diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-09 02:23:05 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-09 02:23:05 -0600 |
commit | 23be929353d4583edbd8621cd755f8a636c3fd90 (patch) | |
tree | 36d7502dbe628502eb7708c4617d1931420c8a66 /src/assets.c | |
parent | 708072e716e7ab22a37f528311a433f195f75054 (diff) |
soldato asset added
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 1f0c95b..c8fe3be 100644 --- a/src/assets.c +++ b/src/assets.c @@ -7,7 +7,8 @@ const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX] = { }; const char modelAssetPaths[MODEL_ASSET_COUNT][ASSET_PATH_MAX] = { - "/home/nathan/Documents/KillaFacsista/assets/antifaShip.obj" + "/home/nathan/Documents/KillaFacsista/assets/antifaShip.obj", + "/home/nathan/Documents/KillaFacsista/assets/soldato.obj" }; void LoadAssets(Assets * assets) { |