0

如何在点击手机屏幕时调用以下方法

public void draw(SpriteBatch spriteBatch)
{
   spriteBatch.Draw(Texture.player[currentframe], Texture.position, Color.White);
   currentframe++;
   if (currentframe > 24) currentframe = 0;
}
4

0 回答 0