예제 #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);
 }