MCPcopy
hub / github.com/EngoEngine/engo / tmxLoader

Struct tmxLoader

common/tmx_filetype.go:24–27  ·  view source on GitHub ↗

tmxLoader is responsible for managing '.tmx' files within 'engo.Files'. You can generate a TMX file with the Tiled map editor.

Source from the content-addressed store, hash-verified

22// tmxLoader is responsible for managing '.tmx' files within 'engo.Files'.
23// You can generate a TMX file with the Tiled map editor.
24type tmxLoader struct {
25 levels map[string]TMXResource
26 root string
27}
28
29func (t *tmxLoader) SetRoot(root string) {
30 t.root = root

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected