aboutsummaryrefslogtreecommitdiff
path: root/src/assets.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-11 22:00:33 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-11 22:00:33 -0600
commitc759231e1e8570ffe5fdda2f1eb5d011b1c6a29f (patch)
tree698f507b15e4fcb7dc25aa61c445ffbc3b604ac5 /src/assets.h
parentdc23e1b7eafb595808ba161a4b91c8ce49af279f (diff)
Guided missile somewhat 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 8721242..63839ee 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 7
+#define MODEL_ASSET_COUNT 8
// Paths to assets.
extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX];
@@ -29,7 +29,8 @@ enum {
SERGENTE_ASSET,
MARESCIALLO_ASSET,
GENERALE_ASSET,
- MUSSOLINI_ASSET
+ MUSSOLINI_ASSET,
+ GUIDED_MISSILE_ASSET
};
typedef struct Assets {