Hi, I need to have a physics object "inflated" during game. It should push things apart as it grows.
I found that resizing/scaling conflicts with the Physics behavior. I also tried changing animations, but they just won't change. I could spawn larger sprites in a loop, but the problem is that the resulting overlap would not produce a gentle push but kick things around violently. Any suggestions are welcome, thanks.