Hi again!
I'm basically trying to 'push' rocks with my player. I can move 1.
But I want to be able to move more rocks, not only one
Now my current logic for moving one rock is simple:
- Player next to Rock? Press Right? Rock isn't Moving?
- ---TileMovement Right
Of course this will only try to move the Rock directly next to the player, but I want my rocks to push each other.
Can I get some logic ideas? I'm not sure how to think about it