Module

Graphics.Phaser.Loader

Package
purescript-phaser
Repository
lfarroco/purescript-phaser

#loadImagesImpl Source

#loadImages Source

loadImages :: Array { key :: String, path :: String } -> PhaserScene -> Effect Unit

#LoadSpritesheetConfig Source

type LoadSpritesheetConfig = { endFrame :: Int, frameHeight :: Number, frameWidth :: Number, margin :: Int, spacing :: Int, startFrame :: Int }