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

Function init

common/tmx_filetype.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func init() {
61 engo.Files.Register(".tmx", &tmxLoader{levels: make(map[string]TMXResource)})
62}

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected