Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Fix player number in example game in the ecs_guide #5098

Closed
wants to merge 4 commits into from

Commits on Jun 26, 2022

  1. Fix player number in example game in the 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.
    dilyankostov authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e717bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dd281 View commit details
    Browse the repository at this point in the history
  3. cargo fmt --all

    dilyankostov committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f5f98a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32c1f7b View commit details
    Browse the repository at this point in the history