feat: Level loading from TOML asset

- Fixed detect_interactions system
- Added test for deserializing asset with plugin
This commit is contained in:
Alexey 2026-03-28 01:46:27 +03:00
commit 79fe190b6b
9 changed files with 124 additions and 97 deletions

View file

@ -38,7 +38,6 @@ pub fn on_stairs_interact(
return;
};
let Ok(mut player_transform) = player_query.single_mut() else {
error!("Player is not single");
return;
};