Search the Community
Showing results for tags 'bitmap data'.
-
Hello, please help. Can I put sprites with children in the bitmapdata? I'll attach the picture, is this possible and how? Thank you.
- 1 reply
-
- bitmapdata
- bitmap
-
(and 3 more)
Tagged with:
-
I'm uploading an Image with JS. When I send that data to the phaser code I sometimes don't see it. It does receive the data but don't show it... function(BitmapData) { var data = new Image(); data.src = BitmapData; this.game.cache.addImage("image-data", BitmapData, data); this.userPic = this.game.add.sprite(10, 10, 'image-data'); console.log("loadUploadedImg",BitmapData,this.userPic); } Even when I try to load the same image, so it's not the image it self... Does anyone know what I'm doing wrong?... Thank you
- 9 replies
-
- javascript
- phaser framework
-
(and 2 more)
Tagged with: