Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Not sure where it is best to post this, but if anyone ever has this bug trying to reproduce the map loading from ‘topdown.lua’

attempt to index upvalue 'map' (a nil value)

It’s because on newer versions of Tiled you need to explicitly embed the tileset before exporting your map to lua 😅 I thought I was going crazy because of this, I’ve been debugging this for a full day before finding this.

(But anyway, the engine is great!! Thanks a lot for making it 🤩)

(+1)

You are SO right. I will add this to the comments on the top of the example, and in the map example as well!