different head different range

This commit is contained in:
2025-04-11 11:33:48 +03:00
parent 98839ae221
commit 806d10e1bd
7 changed files with 42 additions and 27 deletions

4
src/head.rs Normal file
View File

@@ -0,0 +1,4 @@
use bevy::prelude::*;
#[derive(Component, Debug)]
pub struct ActiveHead(pub usize);