Module

Nemo.Debug

Package
purescript-nemo
Repository
opyapeus/purescript-nemo

#LoopState Source

#debugDraw Source

#initDebugState Source

initDebugState :: forall s. Game s => s -> DebugState s

#providedSave Source

providedSave :: forall s. Game s => DebugState s -> Effect Unit -> Effect Unit

#providedUpdate Source

providedUpdate :: forall s. Game s => DebugState s -> Effect Unit -> Effect Unit

#updateThenRunDebugState Source