comment
This commit is contained in:
parent
bdbede6e27
commit
b443ca3bd3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ import (
|
||||||
"io/fs"
|
"io/fs"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: tidy this crap up
|
||||||
|
// Anims probably belong with Sheet
|
||||||
|
|
||||||
var (
|
var (
|
||||||
animCache = make(map[assetKey]Anim)
|
animCache = make(map[assetKey]Anim)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue