aboutsummaryrefslogtreecommitdiff
path: root/src/assets.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-12 02:33:30 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-12 02:33:30 -0600
commitf368f2811a3f8ca0a4b9572b300358bd17d8dac1 (patch)
treeb93bda2b6c50c5ce9cb9354be4c24bb0c7123fbf /src/assets.c
parent23be929353d4583edbd8621cd755f8a636c3fd90 (diff)
Maresciallo added
Diffstat (limited to 'src/assets.c')
-rw-r--r--src/assets.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/assets.c b/src/assets.c
index c8fe3be..bfc823a 100644
--- a/src/assets.c
+++ b/src/assets.c
@@ -8,7 +8,10 @@ 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/soldato.obj"
+ "/home/nathan/Documents/KillaFacsista/assets/soldato.obj",
+ "/home/nathan/Documents/KillaFacsista/assets/caporale.obj",
+ "/home/nathan/Documents/KillaFacsista/assets/sergente.obj",
+ "/home/nathan/Documents/KillaFacsista/assets/maresciallo.obj"
};
void LoadAssets(Assets * assets) {