Hi All!
I hope you had a good festive season!
Is there any way to draw a sprite at a position that is not the sprites actual position? Its very hard to explain what I'm trying to do, apologies if this is confusing.
Lets say I have a sprite at position x = 200, y = 100. I want my games logic update to hold these values. But I want my render update to show the sprite at say x = 210, y = 110.
Does this make sense?
Thanks for your help.