There's now an hp status indicator 'doll' when you click on it your host (character) will tell you how they're doing for HP.

This commit is contained in:
Zed A. Shaw 2025-04-26 00:57:23 -04:00
parent dac9b1b3de
commit ad1d08ca96
11 changed files with 37 additions and 7 deletions

View file

@ -23,5 +23,6 @@ namespace System {
void combat(GameLevel &level, int attack_id);
std::shared_ptr<sf::Shader> sprite_effect(GameLevel &level, DinkyECS::Entity entity);
void player_status(GameLevel &level);
}