diff options
Diffstat (limited to 'tileanim.go')
-rw-r--r-- | tileanim.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tileanim.go b/tileanim.go index 8d664df..339f15e 100644 --- a/tileanim.go +++ b/tileanim.go @@ -3,9 +3,9 @@ package mt type AnimType uint8 const ( - NoAnim AnimType = iota // none - VerticalFrameAnim // vertical frame - SpriteSheetAnim // sprite sheet + NoAnim AnimType = iota // none + VerticalFrameAnim // vertical frame + SpriteSheetAnim // sprite sheet maxAnim ) |