Name & Health bar

This commit is contained in:
2024-08-08 12:42:48 +08:00
parent 0f9192a5f8
commit 58caef0014
4 changed files with 134 additions and 110 deletions

View File

@ -50,9 +50,4 @@ public partial class CameraShake : Camera2D
{
_trauma = Mathf.Min(_trauma + amount, 1.0f);
}
public void SetTrauma(float amount)
{
_trauma = Mathf.Min(amount, 1.0f);
}
}