I have a person SKSpriteNode sprite. He is picking up an apple with his hands which is rougly half of his height(middle of sprite). Should I make this apple a child of the sprite or should I just calculate the position manually on each update?
↧
I have a person SKSpriteNode sprite. He is picking up an apple with his hands which is rougly half of his height(middle of sprite). Should I make this apple a child of the sprite or should I just calculate the position manually on each update?