mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
5 lines
119 B
Rust
5 lines
119 B
Rust
use bevy::prelude::*;
|
|
|
|
/// Depth gauge component for displaying water depth
|
|
#[derive(Component)]
|
|
pub struct DepthGauge; |