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
|
|
@ -171,7 +171,7 @@ impl From<ContainerDataInner> for ContainerData {
|
|||
Self {
|
||||
pos: pos.into(),
|
||||
size: size.unwrap_or_default().into(),
|
||||
items,
|
||||
items: items.unwrap_or_default(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue