From 23be929353d4583edbd8621cd755f8a636c3fd90 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 9 Jul 2023 02:23:05 -0600 Subject: soldato asset added --- src/assets.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/assets.h') diff --git a/src/assets.h b/src/assets.h index f28ddb8..658367a 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 1 +#define MODEL_ASSET_COUNT 2 // Paths to assets. extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX]; @@ -23,7 +23,8 @@ enum { // Model asset ids. enum { - ANTIFA_SHIP_ASSET + ANTIFA_SHIP_ASSET, + SOLDATO_ASSET }; typedef struct Assets { -- cgit v1.2.3