StefanHayden Posted August 21, 2018 Share Posted August 21, 2018 I'm trying to get some kind of user input in the game. canvasInput seems like a solid choice but the example is in phaser 2 and I'm trying figure out how to get it in to phaser 3. I can't find the phaser 3 equivalent of bitmapData in phaser 3. Can anyone point me in the right direction of how to create a bitmapData object in phaser 3? Also if there is a better way for text input in phaser 3 I would love to know of it. Link to comment Share on other sites More sharing options...
Tom Atom Posted August 24, 2018 Share Posted August 24, 2018 In Phaser Newsletter 123 was announced new type of GameObject - DOM Element. Here are some exmaples here: http://labs.phaser.io/index.html?dir=game objects/dom element/ ,but it currently is not working with Phaser 3.12-beta 3 (there is quite fresh remark on GitHub, that "DOM Elements moved behind experimental flag for now"). Before that I tried wild things, like displaying rotating YouTube iframed video inside Phaser Game and it worked ? Link to comment Share on other sites More sharing options...
StefanHayden Posted August 25, 2018 Author Share Posted August 25, 2018 oh. that's awesome! I'll give it a try! I also need to sign up to that newsletter Link to comment Share on other sites More sharing options...
Recommended Posts