aboutsummaryrefslogtreecommitdiff
path: root/asset.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-06 10:39:19 +1000
committerquou <quou@disroot.org>2023-05-06 10:39:19 +1000
commit91aef268319a77ee8f5a082ca89264bf2671e212 (patch)
tree7deb9a4a9e928d4b78f7c3398e7d9c97a4649140 /asset.h
parent2ab411c4b8855d11d48454a93262e8eae3ba7fc7 (diff)
Map rendering and camera movement.
Diffstat (limited to 'asset.h')
-rw-r--r--asset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/asset.h b/asset.h
index 23b0893..2650f61 100644
--- a/asset.h
+++ b/asset.h
@@ -3,13 +3,14 @@
#include "render.h"
-#define bitmap_asset_count 4
+#define bitmap_asset_count 5
typedef enum {
asset_id_usr = 0,
asset_id_char,
asset_id_bullet,
asset_id_enemy,
+ asset_id_map,
asset_count
} Asset_ID;