Exemplo n.º 1
0
 protected void RenderTexture(Texture texture, Color?color = null)
 {
     texture.Render(Position, texture.Size / 2, Angle, color);
 }
Exemplo n.º 2
0
Arquivo: Prop.cs Projeto: Phyyl/LD33
 public override void Render(float delta)
 {
     texture.Render(Position, Size / 2, Angle);
 }