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

@@ -2,6 +2,7 @@ use super::super::components::*;
use super::timer_settings::timer_settings;
use crate::prelude::*;
/// Spawns the settings popup.
pub fn open_settings(commands: &mut Commands) {
spawn_popup(
commands,