brkrs 0.0.1

Breakout/Arkanoid-style game built in Rust using the Bevy engine, with physics powered by bevy_rapier3d
Documentation
1
2
3
4
5
6
//! UI module for the game
//!
//! Contains UI components including the pause overlay.

pub mod palette;
pub mod pause_overlay;