bouncing-crusher
Safe HaskellNone
LanguageHaskell2010

Consts

Synopsis

Documentation

width :: Int #

Width of player screen.

height :: Int #

Height of player screen.

offset :: Int #

Offset of player screen.

pngBackgrounds :: [String] #

List of backgrounds for levels.

backgroundTracks :: [String] #

List of music for levels.

fps :: Int #

Number of frames to show per second.

wallColor :: Color #

Color of walls in game.

enemyBallColor :: Color #

Color of enemy balls.

playerBallColor :: Color #

Color of player ball.

startPlayerRestitution :: Restitution #

Initial player ball restitution

startPlayerSpeed :: Speed #

Start speed of player.

startPlayerRadius :: Float #

Start radius of player.

gravity :: Vector #

Vector of gravity.

playerOtsckokCoefficient :: Float #

Coefficient for teleportaion of player after rebound.

playerVelocityLoseCoefficient :: Float #

Coefficient for player vector after rebound.

nonMovingPlayerThreshold :: Float #

Minimal speed to despawn player.