My scene consists of multiple game objects that you can select and move like an RTS.
Currently I am adding a variable to track which object is selected and then moving it but it seems like a very obtuse way to do what I want.
Is there a more elegant solution? Would using Phaser.Physics.Arcade.Group help in my case?
My code can be found here: