diff options
author | quou <quou@disroot.org> | 2023-05-05 09:25:39 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-05 09:25:39 +1000 |
commit | 280552fa4750b5dac9243782f9c0a7e0b7eea6f8 (patch) | |
tree | 6385dc740cc965dad7dc628e8b10738724ec0a42 /asset.c | |
parent | 0a083f5a9a747083bbc3a1f0689e76ac5fc3a3b9 (diff) |
Add a basic enemy.
Diffstat (limited to 'asset.c')
-rw-r--r-- | asset.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ static const char* const asset_vpaths[] = { /* asset_id_usr */ "data/usr.img", /* asset_id_char */ "data/char.img", - /* asset_id_bullet */ "data/bullet.img" + /* asset_id_bullet */ "data/bullet.img", + /* asset_id_enemy */ "data/enemy.img" }; static struct { |