This commit is contained in:
Josh Deprez 2021-08-22 20:28:25 +10:00
parent 1d33ac227a
commit eb2929f6cc

View file

@ -12,6 +12,7 @@ import (
var ( var (
// AnimDefs are easier to write as Go expressions - // AnimDefs are easier to write as Go expressions -
// so just set this. // so just set this.
// TODO: put in Game
AnimDefs map[string]*AnimDef AnimDefs map[string]*AnimDef
imageCache = make(map[string]*ebiten.Image) imageCache = make(map[string]*ebiten.Image)