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

@@ -3,7 +3,7 @@ mod ui_head_state;
use crate::{
GameState,
active_heads::{HEAD_COUNT, HeadState},
heads::{HEAD_COUNT, HeadState},
};
use bevy::prelude::*;