diff options
author | quou <quou@disroot.org> | 2023-05-02 21:36:46 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-02 21:36:57 +1000 |
commit | d3745895ca0107c705b2d89b8b80e254536dad86 (patch) | |
tree | e2ef2f199df915cf87f24592c20723b3bc23c2ae /asset.c | |
parent | c1efdf9b0875f2a39488a86cd838947a24fab9fc (diff) |
Work on some sprites.
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 { |