heads module

This commit is contained in:
2025-04-02 01:43:56 +08:00
parent 01e6e944d3
commit 9aaa015bd6
11 changed files with 36 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
use super::{BackbackSwapEvent, Backpack, UiHeadState};
use crate::{GameState, heads_ui::HeadsImages, loading_assets::UIAssets, sounds::PlaySound};
use crate::{GameState, heads::HeadsImages, loading_assets::UIAssets, sounds::PlaySound};
use bevy::prelude::*;
static HEAD_SLOTS: usize = 5;