I’m doing a 2d games, pretty basic stuff. And i want to that my character will have some ‘special powers’ and one of then is that he can move some moveable objects, like plattaforms that can help him get to the end of the stage. How can i make the player check for cloes moveable objects? I can put the moveables in a layer and the rotables on some other layer and then get the list of itens near him, right? But how can i do this?
Can i apply a different color to the item that is iterating over aswell?
Thank for the help