Crate bevy_jornet

Source
Expand description

Jornet logo

Bevy Plugin to integrate with Jornet

  • save high scores
  • get a leaderboard

Structs§

JornetPlugin
Bevy Plugin handling communications with the Jornet server.
Leaderboard
Leaderboard resource, used to interact with Jornet leaderboard.
Player
A player, as returned from the server
Score
A score from a leaderboard

Enums§

JornetEvent
Bevy Event that is sent when calls to Jornet finish.

Functions§

done_refreshing_leaderboard
System to handle refreshing the Leaderboard resource when new data is available. It is automatically added by the JornetPlugin in stage CoreStage::Update.