//drawing method for the progress bar (and now fire breath) public void Draw2(GameView view) { view.BeginHUDPass2(); view.EndHUDPass(); // fire breath bar view.BeginHUDPass3(racer.FireLevel); view.EndHUDPass(); }