Exemplo n.º 1
0
 public virtual void Draw()
 {
     Main.spriteBatch.Draw(curTexture.texture, pos + curTexture.offset, curTexture.getCurFrame(), damageCooldown > 0 ? Color.Red : Color.White);
 }