You can now stab stuff with a sword.
This commit is contained in:
parent
ad38f575a3
commit
d397c02d38
4 changed files with 19 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue