examples
examples copied to clipboard
Phaser 3 Examples
There was a small typo in the tween timescale file i fixed it. Please check
I Think, You want to load all of the images in the https://phaser.io/examples/v3/view/actions/align-to-base align to base file for this you need to iterate through all of the images but with...
- Start `http-server` with `npx`. (The existing approach doesn't work on Windows)
Use shorter arrow function expressions
This pull request only fixes the keycode strings, replacing "underscores" with a "dash". Hope this helps, I stubbled on a few of these, when I was using the examples.
About spine4.1 perf issue fixed on https://github.com/photonstorm/phaser/pull/6344 So updated phaser3-examples - [x] Also fixed about batch test case, load spineboy-ess (not spineboy-pro), it's same with spine3.8 test on local: http://127.0.0.1:8080/view.html?src=src\3.60\spine\container%20batch%20test.js...
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
This makes the cross scene keys example work as intended. I tested this change in the [Phaser 3 Sandbox](https://labs.phaser.io/edit.html?src=src/input/keyboard/cross%20scene%20keys.js&v=3.55.2).