docs: add comments to UI components, HUD, and start screen (#65)

This commit is contained in:
demenik
2025-12-10 18:12:36 +01:00
parent 040b2742ca
commit 604bbf5f78
15 changed files with 43 additions and 0 deletions

View File

@@ -1,10 +1,12 @@
use crate::prelude::*;
/// Markers for main menu UI.
#[derive(Component)]
pub enum RootMarker {
MainMenu,
}
/// Buttons in the main menu.
#[derive(Component)]
pub enum ButtonType {
LoadGame,