Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ability for player to to change maps (#127)
* chore(deps): update dependencies * chore: prepare for 0.4.0 release * feat: update maps for map exits * feat: add map exits json * chore(deps): update dependencies * feat: add basic map change possibility detection * chore(docs): add documentation for using map exits * chore(docs): update changelog for v0.3.2 * feat: map change functionality working * chore: set version to 0.3.2 * chore: set version to 0.3.2 * feat: broadcast player position updates regardless of map This fixes in a simple way the issue with players not disappearing on other players screens after changing map or dying on another map. However, it is not efficient or scalable, need to fix properly in future. * chore(docs): added test cases for map change feature
- Loading branch information