Completely detach the Arcade Physics from the PhaserJS package and convert it to TypeScript.
- Group support has been removed. Instead of Group, use an array.
- The TileMap files are still there, but can't be used as of now.
https://yandeu.github.io/arcade-physics/
npm i arcade-physics
See index.html
- In version >= 0.0.3 the config has been simplified. Please have a look at:
https://github.com/yandeu/arcade-physics/blob/main/index.html#L72
Licensed under LGPL-3.0
Copyright (c) 2023, Yannick Deubel
This project is a fork of photonstorm/phaser which is licensed under MIT
Copyright (c) 2020 Richard Davey, Photon Storm Ltd.
Please have a look at the LICENSE for more details.