Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix player number in example game in the ecs_guide (bevyengine#5098)
# Objective - Small bug in the example game given in examples/ecs/ecs_guide Currently, if there are 2 players in this example game, the function exclusive_player_system can add a player with the name "Player 2". However, the name should be "Player 3". This PR fixes this. I also add a message to inform that a new player has arrived in the mock game. Co-authored-by: Dilyan Kostov <[email protected]>
- Loading branch information