Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I created my level, now I realize I need to make some space and have to move a bunch of tiles. I am pretty sure deleting each tile and re-draw it at the new position is not the right way?
1. Use the Patch Selection Tool into the canvas on the layer: drag the area you want to being included.
2. Select Draw Tool.
3. Move your cursor on the layer onto the Tile Map you're editing. Click Left mouse button to paste the current selection you have. You can also erase bunch of tiles by the Right click.
Check also these so you'll save the time:
construct.net/en/make-games/manuals/construct-3/interface/bars/tilemap-bar
construct.net/en/make-games/manuals/construct-3/interface/bars/tilemap-bar/tilemap-brush-editor
construct.net/en/make-games/manuals/construct-3/plugin-reference/tilemap
Develop games in your browser. Powerful, performant & highly capable.
That was the missing link.
I was using the patch selection tool to draw a tiles from the tilemap, but I for some reason, I couldn't select tiles in the tilemap.
Thank you.