aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-02 21:36:46 +1000
committerquou <quou@disroot.org>2023-05-02 21:36:57 +1000
commitd3745895ca0107c705b2d89b8b80e254536dad86 (patch)
treee2ef2f199df915cf87f24592c20723b3bc23c2ae /asset.h
parentc1efdf9b0875f2a39488a86cd838947a24fab9fc (diff)
Work on some sprites.
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/asset.h b/asset.h
index 68a1e0b..e60ff4b 100644
--- a/asset.h
+++ b/asset.h
@@ -3,10 +3,12 @@
#include "render.h"
-#define bitmap_asset_count 1
+#define bitmap_asset_count 3
typedef enum {
asset_id_usr = 0,
+ asset_id_char,
+ asset_id_bullet,
asset_count
} Asset_ID;