Make adjustments to bad end map

Modify debug menu slightly to pause while open (need to close the menu to load floors, etc)
Clear map when game over screen appears
This commit is contained in:
2026-06-08 00:08:25 -07:00
parent 19bf9563b6
commit 2ab6158849
12 changed files with 208 additions and 78 deletions
@@ -49,4 +49,6 @@ public partial class DummyPlayer : CharacterBody3D, IPlayer
public IBaseInventoryItem IdentifyItem(IBaseInventoryItem unidentifiedItem) => throw new NotImplementedException();
public void EnactBriefImmunity() => throw new NotImplementedException();
public void SetSigil(ISigil sigil) => throw new NotImplementedException();
public void ShakePlayerCamera(float shakeIntensity, float shakeAmount) => throw new NotImplementedException();
public void ShowCamera(bool showCamera) => throw new NotImplementedException();
}