add TODO
This commit is contained in:
parent
1d33ac227a
commit
eb2929f6cc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue