debug neighbours (in the end they work, it bad UI in inspector)
This commit is contained in:
parent
495556500f
commit
ec9df9433c
1 changed files with 3 additions and 2 deletions
|
@ -332,9 +332,10 @@ fn cache_wall_locations(
|
|||
);
|
||||
|
||||
info!(
|
||||
"new level tile dimensions are x: {} y {}",
|
||||
"new level tile dimensions are x: {} y {}, neighbours: {:?}",
|
||||
multi_level_walls.cache[level_iid].level_width,
|
||||
multi_level_walls.cache[level_iid].level_height
|
||||
multi_level_walls.cache[level_iid].level_height,
|
||||
multi_level_walls.cache[level_iid].level_neighbours,
|
||||
);
|
||||
multi_level_walls.cache[level_iid].debug_collisions(&GridCoords::default());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue