How to add more tokens (Platformer Microgame Project)

Super beginner question. I just want to add more tokens to the game world. Is there a better way to do that than just duplicating or copy-pasting? I really feel like I should just be able to “paint” them in, similar to the way that I can just add tiles.

There has to be a better way than copy-pasting and then moving to the correct place, right?

Sometimes the simplest ways are enough, duplicate and move are good enough. If you want to place many objects, duplicate the first one and move the duplicate then select the two objects, duplicate them and move the duplicates, and so on.

Do you know how to change its sprite, I keep trying to, but it just come back to the original or disappears