diff options
Diffstat (limited to 'asset.c')
-rw-r--r-- | asset.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,9 @@ #include "standard.h" static const char* const asset_vpaths[] = { - /* asset_id_usr */ "data/usr.img" + /* asset_id_usr */ "data/usr.img", + /* asset_id_char */ "data/char.img", + /* asset_id_bullet */ "data/bullet.img" }; static struct { |