private void StartGame() { gameState = GameState.Running; UIManager.HideStartLabel(); envController.StartMoving(); player.StartRunning(); }