diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-13 20:57:32 -0600 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-07-13 20:57:32 -0600 |
commit | 9eeb5293fc0d022298fb772338241aa7e8672dac (patch) | |
tree | d6ddbaf8f0398d6c83125a64a8c42e1c71ea48b4 /src/assets.h | |
parent | f368f2811a3f8ca0a4b9572b300358bd17d8dac1 (diff) |
Half working mussolini
Diffstat (limited to 'src/assets.h')
-rw-r--r-- | src/assets.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h index 3797c3f..8721242 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 5 +#define MODEL_ASSET_COUNT 7 // Paths to assets. extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX]; @@ -27,7 +27,9 @@ enum { SOLDATO_ASSET, CAPORATE_ASSET, SERGENTE_ASSET, - MARESCIALLO_ASSET + MARESCIALLO_ASSET, + GENERALE_ASSET, + MUSSOLINI_ASSET }; typedef struct Assets { |