🎨 Replaced pickup animation group call with event
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
using Babushka.scripts.CSharp.Common.Animation;
|
||||
using Godot;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Common.Items;
|
||||
|
||||
public partial class NonInventoryPickup : Node2D
|
||||
{
|
||||
public void PlayPickupAnimation()
|
||||
{
|
||||
// todo: replace with EventBus implementation as soon as this is possible
|
||||
GetTree().CallGroup("Pickup", VesnaAnimations.MethodName.PlayPickUpAnimation);
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://dkk1vjijvgrd7
|
||||
Reference in New Issue
Block a user