Fixed UI extend button to actually move the stats box

Fixed DevDebugTools not accounting for map tile size (f Zeekers)
Added more debugging text
This commit is contained in:
LadyAliceMargatroid 2024-12-16 17:52:08 -08:00
parent a166b3d4a7
commit ef4ce26491
10 changed files with 158 additions and 55 deletions

View file

@ -29,6 +29,9 @@ namespace DunGenPlus.Managers {
d.Cleanup();
}
// we can leave early if doorway cleanup is not used (most likely for most dungeons anyway)
if (doorwayCleanupList.Count == 0) return;
try{
var dungeonGen = RoundManager.Instance.dungeonGenerator;
var navmesh = dungeonGen.transform.parent.GetComponentInChildren<UnityNavMeshAdapter>();