public override void Update(GameTime gameTime) { menus.Update(); if (menus.IsStackEmpty()) { camera.Update(); HandleInput(); world.Update(gameTime); } //Update HUD hudCoin.Update(gameTime); locationText.Update(gameTime); }
public override void Update(GameTime gameTime) { menus.Update(); }