Working through the advanced Rust book by PragProg, currently in beta. Games make use of Bevy 0.12, but I have updated these examples to 0.14.
All workspaces linked below:
Workspace | Dir |
---|---|
Hello Bevy | link |
Flappy Dragon | link |
My Library | link |
Pig (dice game) | link |
- Currently experiencing an issue where MenuAssets are not being loaded on startup, but only load at game over.