public void Paint() { level.Paint(); player.Paint(); GuiUpdater.SetLevel(level.Name); GuiUpdater.SetPoints(Points); GuiUpdater.SetLives(Lives); GuiUpdater.ShowTopStrip(); }