I want to change the position of containers (arcade physics static objects) - when I set a container position, only its children (graphics) move, not the container itself. The containers are extended (it’s a custom class that extends Phaser containers).
How to change the position of the container?