gameServer/Consts.hs
author nemo
Sun, 07 Oct 2012 11:59:42 -0400
changeset 7726 1137406bce12
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Set default collision mask for gears at currenthedgehog X/Y to FF7F, expose mask to scripting as well. This should resolve the collision part of bug #420

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"