Bring back a simple blood splatter texture.

This commit is contained in:
Zed A. Shaw 2025-04-05 17:48:24 -04:00
parent b832bbd78a
commit e18aeaf05c
3 changed files with 5 additions and 1 deletions

View file

@ -45,6 +45,7 @@ namespace gui {
void dirty();
void show_level();
void health_low();
void dead_entity(DinkyECS::Entity entity);
};
}