some more names for debugging

This commit is contained in:
2025-04-07 17:14:40 +02:00
parent a976072ebd
commit 92da1587ba
5 changed files with 15 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ pub fn plugin(app: &mut App) {
fn setup(mut commands: Commands, assets: Res<UIAssets>) {
commands
.spawn((
Name::new("backpack"),
Name::new("backpack-ui"),
BackpackMarker,
Visibility::Hidden,
Node {