Search the Community
Showing results for tags 'italic'.
-
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
-
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