Added objective count in maze

This commit is contained in:
trotFunky 2019-11-04 14:42:25 +01:00
parent 254e94f912
commit d61bd47ca8
3 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,8 @@ public:
unsigned int scaling_factor;
Texture map;
unsigned int total_objectives = 0;
private:
const Texture& floor;
const Texture& wall;