def flash(self): utils.to_ortho() utils.from_ortho()
def draw(self): utils.to_ortho() for hudItem in self.hudItems: hudItem.draw() utils.from_ortho()