Module

Graphics.Phaser

Package
purescript-phaser
Repository
lfarroco/purescript-phaser

#addScene Source

addScene :: forall sceneData. String -> PhaserGame -> PhaserScene -> Boolean -> sceneData -> Effect PhaserGame

#createWithUnsafeConfig Source

createWithUnsafeConfig :: forall a. a -> Effect PhaserGame

This function allows passing anything to Phaser's config You can use it for properties that are not defined in this library https://photonstorm.github.io/phaser3-docs/Phaser.Types.Core.html#.GameConfig