site pathing

This commit is contained in:
IsseW
2022-08-14 17:17:42 +02:00
committed by Joshua Barretto
parent f40cfb4ac3
commit afd9ea5462
7 changed files with 137 additions and 40 deletions

View File

@ -292,6 +292,7 @@ impl StateExt for State {
.with(comp::Combo::default())
.with(comp::Auras::default())
.with(comp::Stance::default())
.with(RepositionOnChunkLoad)
}
fn create_object(&mut self, pos: comp::Pos, object: comp::object::Body) -> EcsEntityBuilder {