示例#1
0
        public void Paint()
        {
            level.Paint();
            player.Paint();

            GuiUpdater.SetLevel(level.Name);
            GuiUpdater.SetPoints(Points);
            GuiUpdater.SetLives(Lives);
            GuiUpdater.ShowTopStrip();
        }