Zombie hp meta rebalanced

This commit is contained in:
Rendo 2025-07-23 16:39:56 +05:00
commit 7e8642c075
13 changed files with 154 additions and 308 deletions

View file

@ -19,6 +19,7 @@ public partial class ShovelButton : TextureButton
public override void _Ready()
{
raycast.Reparent(PoolContainer.Instance);
FocusExited += OnFocusExited;
}
public override void _Toggled(bool toggledOn)