Marchiuzzz

Results 15 issues of Marchiuzzz

## Version * Phaser Editor Version:3.10.2 * Operating system:Windows 10 ## Description I've added a large image to the scene, when I launch the game it works fine ![image](https://user-images.githubusercontent.com/73941456/108176117-44a1d400-710a-11eb-8704-7103286deb98.png) But...

In the documentation example provided text is rotated inside update() method. Is it possible to have this work somehow if the angle property was described in Vue data and then...

I know I can use the flipbook's zoomIn() method but I've tried attaching a @dblclick event directly on flipbook component but it seems that it does not fire it for...

Is there any way I could retrieve current position of flipbook's zoomed in page? I am using a canvas which is placed on top of a flipbook, I need to...

Hi, I'm using this input in many of my components and I have noticed that after running axios request to save data, all of the inputs get expanded (shown in...

I'm not sure if this is a bug or if I'm doing something wrong or perhaps that's the intended behavior but if I have a setup like this: ``` ```...

I'm trying to use `setBoundsRectangle` method on Physics arcade body, which is suppose to be available since Phaser 3.20 but it seems this function is missing from this package. I...

NOTE: I have replaced my actual vendor and repository with myvendor/myrepo My `composer.json` (posting just the important part): ```json "repositories": [ { "name": "myvendor/myrepo", "type": "vcs", "url": "https://[email protected]/myvendor/myrepo.git" } ],...

Support

## 📝 Provide a description of the new feature or improvement Sorry if I'm wrong but I can't find an option to paste images as blobs. When copying an image...

### Use case: description, code I'm trying to use this package in combination with https://github.com/anseki/leader-line , however, the latter package's created svg's are not rendering in the image. As you...