packages feed

layers-game-0.3: src/Defaults.hs

module Defaults where

winWidth :: Int
winWidth = 1000

winHeight :: Int
winHeight = 1000

ticksPerSecond :: Int
ticksPerSecond = 120

maxFrameSkip :: Int
maxFrameSkip = 10

orthoScale :: Double
orthoScale = 45

gravity :: Double
gravity = 4.17e-3