Dungeon generation

This commit is contained in:
Ben
2020-09-02 18:53:56 +01:00
parent 73dccbbb1a
commit 5983601ac5
6 changed files with 281 additions and 26 deletions

View File

@@ -54,7 +54,9 @@ public:
// return true;
//}
_Dungeon->Input(this);
_Dungeon->Input(this, fTime);
_Dungeon->Update(fTime);
_Dungeon->Draw(this);