-
Having everything bundled if a single huge js file is really bad, as it delays the use of the pre-match screen UI and drops the score of the page (which affects search rankings).
The pre-match scre…
-
If world scale is not 1 or rotation is not 0 pointer world position will be invalid.
Sample code:
```js
var sprite;
function preload() {
game.load.baseURL = 'http://examples.phaser.io/ass…
-
The load spritesheet expects {frameWidth: x, frameHeight: y}. The line in question uses the Phaser 2 format. I think it might not work.
> TextureManager.SpriteSheet: Invalid frameWidth given.
ht…
-
「PLUS ULTRA[EX]」(SFES2022 No.29)の譜面末尾に使われている下記のPhaserエフェクトがLASERが終わってもbypassにならない。
```
#define_filter PHSR type=Phaser;period=1/2;Q=0.1;feedback=50%;stereoWidth=0%;mix=0%>50%-100%
```
![image](htt…
-
I get `Uncaught TypeError: Cannot read property 'add' of undefined` when I try to add the ground to the FgScene. Screenshot and code below:
FgScene.js
```javascript
/* global Phaser */
import Pl…
-
Hi there
Where can we get the latest version on Phaser III?
Thanks
-
I started working on this but then wasn't sure how to do it.
I'm thinking of syntax something like
`python3 -m phaser run boston output --phase aggregate-counts sources/bike_ped_counts.csv`
or …
lisad updated
6 months ago
-
Some users reported Phaser Editor 2D All in One is not running on mac devices powered by the M1 ship.
The problem is that Phaser Editor 2D is not [code-signed with a valid Apple Certificate](https:…
-
### Context
Many variants of this question have been asked on the Discord server, so maybe it's time to add something to the site. ([latest question](https://discordapp.com/channels/119577130321551…
-
# Bug Report
## One-Line Summary
Phaser can enter "lock up" state that requires a power-cycle due to an interrupted experiment
### Steps to Reproduce
1. Run an experiment that uses…