You can now stab stuff with a sword.

This commit is contained in:
Zed A. Shaw 2025-01-23 12:54:46 -05:00
parent ad38f575a3
commit d397c02d38
4 changed files with 19 additions and 1 deletions

View file

@ -28,6 +28,7 @@ struct TexturePack {
std::vector<Sprite> sprites;
Image floor;
Image ceiling;
Sprite sword;
void load_textures();
std::vector<uint32_t> load_image(std::string filename);