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