generated from 2ndbeam/bevy-template
feat: Level loading from TOML asset
- Fixed detect_interactions system - Added test for deserializing asset with plugin
This commit is contained in:
parent
0ab2620724
commit
79fe190b6b
9 changed files with 124 additions and 97 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue