

Choose the size of the tilemap and the size of the tiles. Choose to create a New map.:Ĭhoose CSV, Base 64 or Base 64 (zlib compressed) for the tile layer format (Zstandard compressed is not supported). Save the file in your project folder.ĭownload Tiled on and launch it. For this example, we'll use the Cavernas public domain tileset that can be downloaded here. Start by finding or creating your tileset and save it in a PNG file. Tiled tutorial: Create a new tilemap step by step The tilemap object is now created, and can be dragged to the scene. All other settings can be left at default.

If using the web app, click Add selected file.

Ensure the New object from scratch tab is currently selected.Within the GDevelop Project, add a new object.Note, while the main ldtk project file can be used as a map file in GDevelop, it is safer to save a copy separately so the map can keep revisions, especially if a version control system like Github is being used.Once the map is complete, click the Project Settings button, or press P on the keyboard.When you close the layers window, the various tiles from the tilemap will display on the left, and the tilemap can be painted.For most use cases, all other settings can be left default.For the Grid size field, this should normally be the same size as your tiles, or at least a multiple of it.Select the desired tileset from the dropdown list.Within the Layer identifier field, type a name.Entities are not imported at this time, whiel IntGrid and Auto-Layers are much more advanced and should be learned about at ldtk.io While there are many layer types, this tutorial will only cover the standard Tiles layer.Click the plus + button to add a new layer.Click the Layers button or press L on the keyboard.16x16, 32x32, etc) and any needed spacing. Modify the Tiles layout section as needed for the respective tile size (e.g.Select the desired image, then click Open.Click the plus + button to add a new tileset.The Project Tilesets window will display. Click the Tilesets button or press T on the keyboard.Browse to the location to save the map, and give it a title.Please note that at this time, LDtk maps cannot be imported into Cloud projects or the web-app, as the tileset resources will not upload along with them.
