summaryrefslogtreecommitdiff
path: root/tileanim.go
diff options
context:
space:
mode:
authoranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
committeranon5 <anon5clam@protonmail.com>2021-06-22 19:42:34 +0000
commit88b1090d63a20ec368f3518298727a073e6a4112 (patch)
treeb267490231a7e4681ae0b3a7f5342da6526c4336 /tileanim.go
parentf967a747e4ae01fba3a6c3fd693d0e753faf3ae4 (diff)
downloadmt-88b1090d63a20ec368f3518298727a073e6a4112.tar.xz
s/ToSrvModChan(.*)/ToSrv\1ModChan/g
Diffstat (limited to 'tileanim.go')
-rw-r--r--tileanim.go6
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
)