示例#1
0
 protected void RenderTexture(Texture texture, Color?color = null)
 {
     texture.Render(Position, texture.Size / 2, Angle, color);
 }
示例#2
0
文件: Prop.cs 项目: Phyyl/LD33
 public override void Render(float delta)
 {
     texture.Render(Position, Size / 2, Angle);
 }