From d3745895ca0107c705b2d89b8b80e254536dad86 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 2 May 2023 21:36:46 +1000 Subject: Work on some sprites. --- asset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'asset.h') 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; -- cgit v1.2.3-54-g00ecf