gameServer/Consts.hs
author unc0rr
Thu, 20 Mar 2014 17:04:49 +0400
changeset 10208 f04fdb35fc33
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
- Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT - Fix most of templates which could produce self-intersecting polyline as a start for distortion - Fix parsing in templates editor

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"