How to Duplicate tiles?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ron0Studios

when tiling in Godot, how can you select some tiles and then copypaste them in a different location. I would very much like to use this to speed up my level design processing.
Thanks,

If you’re on a Windows machine, try selecting the objects you’re trying to duplicate then press CTRL+D. The duplicated objects will be overlaid right on top of the selected items so click + drag them to where you want them to go.

bulbasaur | 2020-05-07 03:23

:bust_in_silhouette: Reply From: Zylann

A section explains it in the tutorials: Using TileMaps — Godot Engine (stable) documentation in English

However the doc is a bit outdated.

In Godot 3.2, when the tilemap is selected, there is a “Copy” icon on the right in the menu bar. Click on it, or press M, then drag a rectangle to select an area of tiles you want to copy. Then use Ctrl+C, which will allow you to paste the selected tiles elsewhere. Once you made copies, right-click to deselect.