jdnichollsc Posted August 9, 2015 Share Posted August 9, 2015 Hi guys, You can simulate Markdown in Phaser 2.4.2 very easily, see my example: http://codepen.io/jdnichollsc/pen/pJqadN?editors=001var hello = game.add.text(x, y, "Hello **World**, this is **MarkDown** in *Phaser*!", { font: "bold 60px Arial"});hello.applyMarkdown(); //that is all!Regards, Nicholls stupot and drhayes 2 Link to comment Share on other sites More sharing options...
Recommended Posts