serialises dungeon map
This commit is contained in:
parent
2a8691efff
commit
7460ddee05
3 changed files with 27 additions and 7 deletions
|
|
@ -520,6 +520,7 @@ fn main() -> rltk::BError {
|
|||
gs.ecs.register::<ParticleLifetime>();
|
||||
gs.ecs.register::<SimpleMarker<SerializeMe>>();
|
||||
gs.ecs.register::<SerializationHelper>();
|
||||
gs.ecs.register::<DMSerializationHelper>();
|
||||
gs.ecs.insert(SimpleMarkerAllocator::<SerializeMe>::new());
|
||||
|
||||
raws::load_raws();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue