added draw() in array mode

This commit is contained in:
h4570
2020-12-26 13:31:43 +01:00
parent 91772a905c
commit 7f9f86d7c3
3 changed files with 13 additions and 2 deletions
@@ -31,8 +31,10 @@ public:
u16 floorAmount;
void update(Player &t_player);
void onAudioTick();
Mesh **getMeshes() { return meshes; }
private:
Mesh **meshes;
TextureRepository *texRepo;
u8 audioOffset, audioMode;
u32 audioTick;