Godot Engine Tutorial Part 8–Tilemaps
In this tutorial we are going to explore the tilemap functionality built into the Godot game engine. A tile map is a 2D game map composed of layers of “tiles”, which are essentially just a fixed size sprite with some additional properties. It allows you to quickly paint a level and reuse art assets, […]