Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello Raysan,

A quick question. What is the generally used approach to importing a 2D tile map into Raylib? Is a .png file the usual approach where everything is hard coded in or can software like tiles be used and if so, how?

You can use Tiled TMX format: https://github.com/OnACoffeeBreak/raylib_tiled_import_with_tmx

Thanks Ray! Really helpful and thanks for the quick reply!