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

@ -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(),
}
}
}