2 releases
0.1.1 | Oct 20, 2024 |
---|---|
0.1.0 | Oct 20, 2024 |
#817 in Development tools
284 downloads per month
5KB
56 lines
Bevy Center
A Bevy debug plugin that draws a colored marker to the center of the screen on startup.
Usage
use bevy::prelude::*;
use bevy_center::prelude::*;
fn main() {
App::new()
// Draws a 2x2 pixel, red center marker
.add_plugins(CenterMarkerPlugin)
.run();
}
Dependencies
~25MB
~463K SLoC