Edit dialogue balloons

This commit is contained in:
2025-12-01 01:01:33 -08:00
parent 4ee4e02a51
commit edff41af22
23 changed files with 346 additions and 263 deletions

View File

@@ -179,6 +179,7 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<IPlayer>
public void Deactivate()
{
Velocity = Vector3.Zero;
SetProcessInput(false);
SetPhysicsProcess(false);
SetHealthTimerStatus(false);