Safe Haskell | None |
---|---|
Language | Haskell2010 |
Consts
Synopsis
- width :: Int
- height :: Int
- offset :: Int
- pngBackgrounds :: [String]
- backgroundTracks :: [String]
- fps :: Int
- wallColor :: Color
- enemyBallColor :: Color
- playerBallColor :: Color
- startPlayerRestitution :: Restitution
- startPlayerSpeed :: Speed
- startPlayerRadius :: Float
- gravity :: Vector
- playerOtsckokCoefficient :: Float
- playerVelocityLoseCoefficient :: Float
- nonMovingPlayerThreshold :: Float
Documentation
pngBackgrounds :: [String] #
List
of backgrounds for levels.
backgroundTracks :: [String] #
List
of music for levels.
enemyBallColor :: Color #
Color of enemy balls.
playerBallColor :: Color #
Color of player ball.
startPlayerRestitution :: Restitution #
Initial player ball restitution
Start speed of player.
Start radius of player.
playerOtsckokCoefficient :: Float #
Coefficient for teleportaion of player after rebound.
playerVelocityLoseCoefficient :: Float #
Coefficient for player vector after rebound.
nonMovingPlayerThreshold :: Float #
Minimal speed to despawn player.