gameServer/Consts.hs
author nemo
Sun, 20 Jan 2013 20:42:20 -0500
changeset 8414 c1ac0b64315e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Start piano higher (piano on maps that matched land_height was really weird before). Experiment w/ trying to make birdy shrink into distance to avoid odd birdy vanishes if tracking it.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"