bevy_scoreboard 0.1.8

A very simple scoreboard plugin for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# bevy_scoreboard

A bevy plugin that adds simple plugin functionality to a game.

# Example

See the [scoreboard example](./examples/scoreboard.rs) in the `examples` subdirectory, or clone this repository and run `cargo run -r --example scoreboard`.

# Compatibility

|bevy_scoreboard version|Bevy version|
|---|---|
| 0.1.x | 0.14 |