aboutsummaryrefslogtreecommitdiff
path: root/src/assets.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-14 20:09:12 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-14 20:09:12 -0600
commitc160543a7982a62062aae978da08e4f18ae1e712 (patch)
tree81c8e42af6e18d63dd78ed017cf92cd6d7746152 /src/assets.h
parent3d114213c9797cce0a80918d0771c2314202ef95 (diff)
Missile worky worky
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/assets.h b/src/assets.h
index 63839ee..ed842a6 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 8
+#define MODEL_ASSET_COUNT 9
// Paths to assets.
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX];
@@ -30,7 +30,8 @@ enum {
MARESCIALLO_ASSET,
GENERALE_ASSET,
MUSSOLINI_ASSET,
- GUIDED_MISSILE_ASSET
+ GUIDED_MISSILE_ASSET,
+ MISSILE_ASSET
};
typedef struct Assets {