From 91aef268319a77ee8f5a082ca89264bf2671e212 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 10:39:19 +1000 Subject: Map rendering and camera movement. --- asset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asset.h') 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; -- cgit v1.2.3-54-g00ecf