04 Tile Map Background - CoderDojo-Ennis/ScratchyGodot GitHub Wiki

Documentation

ezgif-3-9223b5dda0

Tile Sets are groups of graphics that are split up into rectangles that can be put together to build a 2D game world.

Tile Maps are game worlds are populated with Tile Set graphics.

Godot 4 ARPG by Maker Tech See Videos 4, 6, 7, 9, 10

Create an animated tile by DevDuck

Alternative Walktrough - Sprout Lnads by Chris' Tutorials

Walkthrough

  • Open the scene 04-TimeMap/TileMap.tscn

ToDo: show how to find a tileset, load it into the game, and draw a background