Stupid self-portrait for the game's 'bad guy'.

This commit is contained in:
Zed A. Shaw 2024-09-18 10:46:17 -04:00
parent 37d28094ec
commit 3cb4fcfeb5
6 changed files with 23 additions and 5 deletions

View file

@ -40,8 +40,8 @@ class SFMLBackend {
sf::RenderWindow window;
sf::Clock clock;
sf::Clock deltaClock;
sf::Sprite background;
sf::Texture texture;
sf::Sprite face_sprite;
sf::Texture face_texture;
bool window_active_out = false;
bool show_build_log = false;
int hit_points = 50;