A few tweaks to make the HP bar work constnantly, probably not the most efficient but it's good enough for now.

This commit is contained in:
Zed A. Shaw 2025-02-24 12:05:54 -05:00
parent dfd59065f7
commit 1886c99920
5 changed files with 6 additions and 7 deletions

View file

@ -11,7 +11,7 @@ namespace lighting {
using components::LightSource;
const int MIN = 20;
const int MAX = 125;
const int MAX = 135;
class LightRender {
public: