mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Update README.md
This commit is contained in:
parent
c6a4590ce3
commit
761da9f321
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ You are looking at the Beta Release of Phaser v4. There are large internal diffe
|
||||||
|
|
||||||
Please only use this release if you wish to help beta test Phaser v4.
|
Please only use this release if you wish to help beta test Phaser v4.
|
||||||
|
|
||||||
v4 contains the following API-breaking changes:
|
Phaser v4 contains Phaser Beam, our brand-new and highly efficient WebGL renderer. Virtually the entire renderer from v3 has been replaced and this transition will be documented in its own Change Log.
|
||||||
|
|
||||||
|
Other changes also include the following:
|
||||||
|
|
||||||
✔️ We have removed `Phaser.Struct.Set` and replaced it with a regular JS `Set` instance. This means methods like `iterateLocal` are gone.
|
✔️ We have removed `Phaser.Struct.Set` and replaced it with a regular JS `Set` instance. This means methods like `iterateLocal` are gone.
|
||||||
✔️ We have removed the `Create.GenerateTexture` function and all of the Create Palettes and the `create` folder.
|
✔️ We have removed the `Create.GenerateTexture` function and all of the Create Palettes and the `create` folder.
|
||||||
|
|
Loading…
Reference in a new issue