diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-12 02:33:30 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-12 02:33:30 -0600 |
commit | f368f2811a3f8ca0a4b9572b300358bd17d8dac1 (patch) | |
tree | b93bda2b6c50c5ce9cb9354be4c24bb0c7123fbf /src/assets.h | |
parent | 23be929353d4583edbd8621cd755f8a636c3fd90 (diff) |
Maresciallo added
Diffstat (limited to 'src/assets.h')
-rw-r--r-- | src/assets.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h index 658367a..3797c3f 100644 --- a/src/assets.h +++ b/src/assets.h @@ -6,7 +6,7 @@ #define ASSET_PATH_MAX 255 #define TEXTURE_ASSET_COUNT 3 -#define MODEL_ASSET_COUNT 2 +#define MODEL_ASSET_COUNT 5 // Paths to assets. extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX]; @@ -24,7 +24,10 @@ enum { // Model asset ids. enum { ANTIFA_SHIP_ASSET, - SOLDATO_ASSET + SOLDATO_ASSET, + CAPORATE_ASSET, + SERGENTE_ASSET, + MARESCIALLO_ASSET }; typedef struct Assets { |