Exemplo n.º 1
0
 public void Draw()
 {
     // draws the object using its texture, screen position, rotation and scale
     doc.SpriteDraw(tex, screenPos, color * alpha, or, rot, drawScale * scale * Scale);
 }