示例#1
0
 public void Draw(SpriteBatch sb)
 {
     Level.Draw(sb);
     sb.DrawString(Textures.font, textSelections.Text, textSelections.Position, Color.White);
     pointer.Draw(sb);
 }
示例#2
0
        public void Draw(SpriteBatch sb)
        {
            Level.Draw(sb);

            HUD.Draw(sb, levelName);
        }