packages feed

astrds-0.1: src/Config.hs

module Config (module Paths_astrds, module Config) where

import Paths_astrds

gametitle = "astrds -- an incomplete 2d space game"

-- size of the game ui
maxXview = 800 :: Int
maxYview = 600 :: Int