-
Could you add the options to change hosted port and also whether it's localhost only, instead of across all network interfaces?
Thanks.
-
I used pixijs and threejs on the same canvas,through the following code:
```
pixRenderer.render(this.global.stage)
pixRenderer.reset()
threeRenderer.clearDepth()
threeRenderer.render(this.global.…
-
### Versions
- vite-plugin-federation: 1.1.10
- vite: 3.2.3
### Reproduction
Additional Details
clone this repo https://github.com/guoxiaxing/vite-FM,
cd into each dire…
-
-
## Version
* Phaser Version: 3.80.
* Operating system: Windows 10 / Android 13
* Browser: Using Chrome (others untested)
## Description
When using the new `EXPAND` scale mod…
-
# Summary
When attempting to install using Typescript and npm install, I was unable to solve the "default is not exported" error when using: https://github.com/photonstorm/phaser3-typescript-proje…
-
Thank you for this amazing UI plugin, this is the most extensive and well designed UI system I've come across for Phaser! ❤️
## Issue
There is a circular import in `TweakerShell`.
```ts
node_…
-
## Version
* Phaser Version: 3.70.0
* Operating system: Android
* Browser: Google Chrome (any recent update)
## Description
Hi, I really love using Phaser. I want to report that I'm havin…
-
`yarn webpack-boilerplate` leads to the error `[webpack-cli] Error: Cannot find module 'Phaser'`. Changing `'Phaser'` to `'phaser'` (lower-case) in the import of `src/boilerplates/webpack-boilerplate/…
-
I'm using:
phaser3-rex-plugins -- 1.80.1
phaser 3 -- 3.80.1
Using Phaser 3 camera' `ignore()` function, if I specify a Rex Dialog as the thing to be ignored, I found that the dialog was NOT ignor…