Fix some broken stuff (player spawn, disabled input after loading next floor)

This commit is contained in:
2026-02-04 02:04:04 -08:00
parent affa5e1f79
commit 5ae556cb4b
4 changed files with 79 additions and 20 deletions

View File

@@ -110,7 +110,7 @@ public partial class LoadNextLevel : Control, IFloorClearMenu
}
if (animName == "fade_out")
{
_fadingIn = true;
_fadingIn = false;
CallDeferred(MethodName.ReleaseFocus);
}
}