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