| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Phaser v3.88.1 source code.tar.gz | 2025-02-12 | 22.8 MB | |
| Phaser v3.88.1 source code.zip | 2025-02-12 | 24.2 MB | |
| README.md | 2025-02-12 | 366 Bytes | |
| phaser-arcade-physics.min.js | 2025-02-12 | 1.1 MB | |
| phaser-arcade-physics.js | 2025-02-12 | 7.2 MB | |
| phaser.min.js | 2025-02-12 | 1.2 MB | |
| phaser.js | 2025-02-12 | 7.8 MB | |
| phaser.esm.min.js | 2025-02-12 | 1.2 MB | |
| phaser.esm.js | 2025-02-12 | 7.9 MB | |
| Totals: 9 Items | 73.3 MB | 1 | |
Bug Fixes
- Fixed
ReferenceError: GetFastValueOp is not definedin NumberTweenBuilder (thanks Flow) - Reverted incorrect change made to
SafeRangearray util function. - Fixed
Array.Utils.GetFirstso it correctly handles a negative start index. Fixes Container.getByName returning null and various other similar methods. Fix [#7040] (thanks @XWILKINX)