mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
Refactor instrument cluster components into individual modules for improved maintainability and reusability.
This commit is contained in:
5
crates/components/src/depth_gauge.rs
Normal file
5
crates/components/src/depth_gauge.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use bevy::prelude::*;
|
||||
|
||||
/// Depth gauge component for displaying water depth
|
||||
#[derive(Component)]
|
||||
pub struct DepthGauge;
|
Reference in New Issue
Block a user