2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Update submodules, add room timer

This commit is contained in:
2020-12-31 14:00:10 -08:00
parent 0364d50164
commit c6593760b1
6 changed files with 26 additions and 2 deletions

View File

@@ -59,6 +59,9 @@ class ViewManager final : public specter::IViewManager {
ViewManager& m_vm;
std::unique_ptr<specter::MultiLineTextView> m_debugText;
hecl::CVarCommons m_cvarCommons;
const void* m_currentRoom = nullptr;
double m_lastRoomTime = 0.f;
double m_currentRoomStart = 0.f;
public:
TestGameView(ViewManager& vm, specter::ViewResources& res, specter::View& parent, hecl::CVarManager& cvarMgr)