We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, this basic code triggers a panic
tiledMap, err := tiled.LoadFile("assets/platform.tmx") if err != nil { panic(err) } slog.Debug("tiled level", "tiles", tiledMap.Layers[0].Tiles)
What could be happening?