@@ -26,7 +26,7 @@ public partial class Ball : RigidBody2D
EmitSignal(SignalName.Hit,BODY);
if(BODYisPegpeg)
{
peg.ChangeHealth(_healthChange,_commanderOwner);
peg.ChangeHealth(_healthChange);
_hits++;
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.