Godot Tutorial -- Creating 2D levels using Tilemaps
In this tutorial we look at using tilemaps to create 2D levels. We start off by importing the tiles from a 2D spritesheet, then define physics and collision properties for each tile, then export them as a tileset. We then use the tileset to paint a typical level and show how a game sprite would interact with it's physics.
This is part of an ongoing series at gamefromscratch.com available here: http://www.gamefromscratch.com/page/Godot-Game-Engine-tutorial-series.aspx
The text based version of this tutorial is available here: http://www.gamefromscratch.com/post/2015/04/28/Godot-Engine-Tutorial-Part-8-Tilemaps.aspx
If you want to help GameFromScratch to continue producing content like this, please consider supporting us on Patreon here: https://www.patreon.com/gamefromscratch
As always, comments appreciated. Cheers.