In the previous chapter, we created and manipulated nodes using scripts. It’s one of two popular ways to manipulate the visuals of a game. In this chapter, we’re going to look at the other, which is creating and manipulating tiles via scripts.
We need to start in the visual editor, where we’ll learn how to set up tiles and terrains. These are useful for hand-crafted content, and mastering them will save a ton of time and code.
Creating Tile Sets
Tile maps are visual areas made out of little squares or tiles. ...