Module

Graphics.Phaser.TileMap

Package
purescript-phaser
Repository
lfarroco/purescript-phaser

#makeTileMap Source

makeTileMap :: { data :: Array (Array Int), scene :: PhaserScene, tileHeight :: Int, tileWidth :: Int } -> Effect PhaserTileMap

#addTilesetImage Source

addTilesetImage :: { key :: String, tileHeight :: Int, tileMap :: PhaserTileMap, tileWidth :: Int } -> Effect PhaserTileSet

#createLayer Source