From 64bb931e18825b285dd93d0b9987ef72ece15ab4 Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Wed, 14 Feb 2024 17:06:35 -0700 Subject: Working on animation stuff --- src/assets.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/assets.h (limited to 'src/assets.h') diff --git a/src/assets.h b/src/assets.h new file mode 100644 index 0000000..9846f3b --- /dev/null +++ b/src/assets.h @@ -0,0 +1,10 @@ +#include "gameCommon.h" + +#define ASSETS_NAME_MAX 100 +#define IMAGE_ASSET_COUNT 4 +#define ANIMATION_ASSET_COUNT 2 + +#ifndef ASSETS_H +#define ASSETS_H + +#endif -- cgit v1.2.3