Jump to content

Search the Community

Showing results for tags 'italic'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Hi guys, You can simulate Markdown in Phaser 2.4.2 very easily, see my example: http://codepen.io/jdnichollsc/pen/pJqadN?editors=001 var hello = game.add.text(x, y, "Hello **World**, this is **MarkDown** in *Phaser*!", { font: "bold 60px Arial"});hello.applyMarkdown(); //that is all!Regards, Nicholls
  2. Hi guys, How can I to set italic and bold words with position like the following example? => http://phaser.io/examples/v2/text/colored-characters Example: "Hello everyone, I'm testing the text in Phaser" Thanks in advance, Nicholls
×
×
  • Create New...