Crate bevy_jornet
source ·Expand description
Bevy Plugin to integrate with Jornet
- save high scores
- get a leaderboard
Structs§
- Bevy Plugin handling communications with the Jornet server.
- Leaderboard resource, used to interact with Jornet leaderboard.
- A player, as returned from the server
- A score from a leaderboard
Enums§
- Bevy Event that is sent when calls to Jornet finish.
Functions§
- System to handle refreshing the
Leaderboard
resource when new data is available. It is automatically added by theJornetPlugin
in stageCoreStage::Update
.