Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
60
func
init() {
61
engo.Files.Register(
".tmx"
, &tmxLoader{levels: make(
map
[string]TMXResource)})
62
}
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected