BossFightUI now gets everything from a world and will be implemented like the rest of the game, but as a mini game.

This commit is contained in:
Zed A. Shaw 2025-03-03 12:44:26 -05:00
parent ca18422930
commit 6e8aa48332
4 changed files with 34 additions and 25 deletions

View file

@ -11,7 +11,6 @@ struct Stats {
double min = 0.0;
double max = 0.0;
inline void reset() {
sum = 0;
sumsq = 0;