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:
parent
dfd59065f7
commit
1886c99920
5 changed files with 6 additions and 7 deletions
|
@ -11,7 +11,7 @@ namespace lighting {
|
|||
using components::LightSource;
|
||||
|
||||
const int MIN = 20;
|
||||
const int MAX = 125;
|
||||
const int MAX = 135;
|
||||
|
||||
class LightRender {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue