Module

Nemo.Types

Package
purescript-nemo
Repository
opyapeus/purescript-nemo

#RawMap Source

newtype RawMap

Constructors

#RawSound Source

newtype RawSound

Constructors

#Asset Source

data Asset

Asset data. It contains map data and sound data.

Constructors

#DrawContext Source

data DrawContext

Constructors

#SoundContext Source

data SoundContext

Constructors

#Tick Source

data Tick

Constructors

#EmojiMap Source

#Sound Source

#DebugDisplay Source

#DebugConfig Source

type DebugConfig = { color :: Color, debugDisplay :: DebugDisplay }

Debug config.

#X Source

type X = Int

#Y Source

type Y = Int

#IdX Source

type IdX = Int

#IdY Source

type IdY = Int

#Size Source

type Size = Int

#Deg Source

type Deg = Int

#Bpm Source

type Bpm = Int

#MapId Source

type MapId = Int

#SoundId Source

type SoundId = Int