From 280552fa4750b5dac9243782f9c0a7e0b7eea6f8 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 5 May 2023 09:25:39 +1000 Subject: Add a basic enemy. --- asset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'asset.h') diff --git a/asset.h b/asset.h index e60ff4b..8c6e201 100644 --- a/asset.h +++ b/asset.h @@ -3,12 +3,13 @@ #include "render.h" -#define bitmap_asset_count 3 +#define bitmap_asset_count 4 typedef enum { asset_id_usr = 0, asset_id_char, asset_id_bullet, + asset_id_enemy, asset_count } Asset_ID; -- cgit v1.2.3-54-g00ecf