示例#1
0
 public override void Draw()
 {
     quad.Draw();
     GameFont.Print(textRect.X, textRect.Y, 0, 14, text);
 }