From 451887dabd71b6b9b8cdf2587fee31ec59c3675b Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 5 Nov 2023 00:07:55 -0600 Subject: Started working on cool stars --- src/assets.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/assets.h') diff --git a/src/assets.h b/src/assets.h index beeb672..e3d7ca2 100644 --- a/src/assets.h +++ b/src/assets.h @@ -5,8 +5,8 @@ #define ASSET_PATH_MAX 255 -#define TEXTURE_ASSET_COUNT 4 -#define MODEL_ASSET_COUNT 10 +#define TEXTURE_ASSET_COUNT 5 +#define MODEL_ASSET_COUNT 11 // Paths to assets. extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX]; @@ -20,6 +20,7 @@ enum { ICON128_ASSET, ICON64_ASSET, GYROSCOPE_TEXTURE_ASSET, + SKY_TEXTURE_ASSET }; // Model asset ids. @@ -33,7 +34,8 @@ enum { MUSSOLINI_ASSET, GUIDED_MISSILE_ASSET, MISSILE_ASSET, - GYROSCOPE_ASSET + GYROSCOPE_ASSET, + SKY_ASSET }; typedef struct Assets { -- cgit v1.2.3