gameServer/Consts.hs
author Xeli
Sun, 18 Mar 2012 00:02:33 +0100
changeset 6796 3e89dbdc7db9
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
You can now change AMAnimType to enable the animation through the x/y axis and alpha for example AMAnimType:= AMTypeMaskX or AMTypeMaskAlpha will enable movement over the X axis and alpha

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"