Comments

Log in with itch.io to leave a comment.

BUG REPORT:
If i recall my kite, it moves towards me and if there is a cloud to interact with between me and the previous position where i used the kite it activates the cloud since is being called to me.

When you call the kite just use transform.position = newposition so the kite teleports to you instead of moving towards you, activating any cloud in between

(+1)

Oh, that makes sense. I noticed the issue but couldn't think of a solution, but changing the transform before setting the kite active is a good idea. Thanks!