diff options
author | quou <quou@disroot.org> | 2023-05-02 21:36:46 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-02 21:36:57 +1000 |
commit | d3745895ca0107c705b2d89b8b80e254536dad86 (patch) | |
tree | e2ef2f199df915cf87f24592c20723b3bc23c2ae /asset.h | |
parent | c1efdf9b0875f2a39488a86cd838947a24fab9fc (diff) |
Work on some sprites.
Diffstat (limited to 'asset.h')
-rw-r--r-- | asset.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |