This commit is contained in:
Josh Deprez 2021-08-31 16:23:37 +10:00
parent bdbede6e27
commit b443ca3bd3

View file

@ -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)