BROKEN: Big refactoring happening, so it compiles but game does not run and the tests fail.

This commit is contained in:
Zed A. Shaw 2025-02-08 14:03:09 -05:00
parent 96efc990c1
commit 9e91c71125
25 changed files with 128 additions and 526 deletions

View file

@ -24,6 +24,7 @@ struct LevelScaling {
class LevelManager {
public:
DinkyECS::ComponentMap $components;
std::vector<GameLevel> $levels;
size_t $current_level = 0;