Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BlockDict = make(map[string]Block)
BlockDict keeps track of all the blocks that we've loaded
View Source
var TexDict = make(map[string]*material.Standard)
TexDict keeps track of all the Texutures that we've loaded
Functions ¶
Types ¶
type Asset ¶
type Asset interface {
AssetFullPath()
}
Asset is used to represent all the things we can load from configs
Click to show internal directories.
Click to hide internal directories.