aboutsummaryrefslogtreecommitdiffstats
path: root/src/assets.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-15 00:06:35 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-15 00:06:35 +0000
commit64bb931e18825b285dd93d0b9987ef72ece15ab4 (patch)
tree78cee060cf5f4f2bcc99254c99cead6f2d77578e /src/assets.h
parentadf3b7635326af20e0e77d37c080ef08c64e9e91 (diff)
downloadPenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.tar.gz
PenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.tar.bz2
PenguinYippies-64bb931e18825b285dd93d0b9987ef72ece15ab4.zip
Working on animation stuff
Diffstat (limited to 'src/assets.h')
-rw-r--r--src/assets.h10
1 files changed, 10 insertions, 0 deletions
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