Zombie hp meta rebalanced

This commit is contained in:
Rendo 2025-07-23 16:39:56 +05:00
commit c6ceaa28d2
13 changed files with 155 additions and 309 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)