How can I move all game objects without touching their already specified coordinates?

For example, on the PC, I indicated the coordinates of the object:

this.add.image(60, 694, 'flag')

but on mobile you want the flag to move 200px higher. That is 494px

You can scroll the camera.

1 Like

You can also try. Thank you