mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
make buttons functional
This commit is contained in:
@@ -2,4 +2,14 @@ use bevy::prelude::*;
|
||||
|
||||
/// System display component for showing detailed system information
|
||||
#[derive(Component)]
|
||||
pub struct SystemDisplay;
|
||||
pub struct SystemDisplay;
|
||||
|
||||
/// Component for marking UI elements as system indicators
|
||||
#[derive(Component)]
|
||||
pub struct SystemIndicator {
|
||||
pub system_id: String,
|
||||
}
|
||||
|
||||
/// Component for marking the main system display area
|
||||
#[derive(Component)]
|
||||
pub struct SystemDisplayArea;
|
||||
|
Reference in New Issue
Block a user