docs: add documentation for inventory and shop systems (#65)

This commit is contained in:
demenik
2025-12-10 18:13:22 +01:00
parent e5713fdb94
commit 392b93d47b
8 changed files with 22 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ use super::super::components::RootMarker;
use crate::prelude::GameConfig;
use crate::{features::inventory::ui::list_itemstack, prelude::*};
/// Spawns the inventory popup.
pub fn open_inventory(
commands: &mut Commands,
items: Query<&ItemStack>,