コード例 #1
0
ファイル: MainSprite.cs プロジェクト: EmberLynn/firstrate
 public void Draw(SpriteBatch spriteBatch)
 {
     animateSprite.Draw(spriteBatch, new Vector2(x, (y - 30)), row);
 }