gameServer/Consts.hs
author sheepluva
Sun, 23 Feb 2014 19:15:39 +0100
changeset 10155 ac01a2aeff69
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
change how textures from non-power-of-2-width textures are filled. this fixes e.g. the vertical lines appearing between Bath theme's horizontL

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"