Game development
Godot Tutorial – Part 7: Using tile maps to create the game map
In this tutorial, we will see how to use Godot’s TileSet Editor to create various types of tiles. As we create the tiles, we will use them in a TileMap to draw the map of our game. In Godot 3.2, there are 3 types of tiles: Single tiles: individual tiles Read more…