Fix menus between floors

This commit is contained in:
2025-06-28 00:30:16 -07:00
parent 39f791e2b4
commit f33616dda4
11 changed files with 104 additions and 11 deletions

View File

@@ -215,6 +215,13 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<ISaveChunk<Play
HealthTimer.Start();
}
public void Deactivate()
{
SetProcessInput(false);
SetPhysicsProcess(false);
HealthTimer.Stop();
}
public void Attack()
{
PlayerLogic.Input(new PlayerLogic.Input.Attack());