Module

Emo8.Type

Package
purescript-emo8
Repository
opyapeus/purescript-emo8

#Tempo Source

type Tempo = Int

#Angle Source

type Angle = Int

#X Source

type X = Int

#Y Source

type Y = Int

#Size Source

type Size = Int

#Config Source

type Config = { canvasSize :: Rect, retina :: Boolean }

#Rect Source

type Rect = { height :: Int, width :: Int }

#Walls Source