gameServer/Consts.hs
author nemo
Sun, 11 Sep 2011 09:46:22 -0400
changeset 5851 e6151aca2d7c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"