Module

Graphics.Phaser.Text

Package
purescript-phaser
Repository
lfarroco/purescript-phaser

#TextConfig Source

type TextConfig = { config :: { color :: String, fontFamily :: String, fontSize :: Int }, pos :: { x :: Number, y :: Number }, text :: String }