]> git.lizzy.rs Git - mt.git/blobdiff - tileanim.go
Add WaitGroup to SerializePkt
[mt.git] / tileanim.go
index 8d664df8b1124ea975af44c9b90ad0396a4d0ecd..339f15ee939a0ebff9d7b97e822a30e7bc8e0b7c 100644 (file)
@@ -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
 )