Added flying beet to the ui when used

This commit is contained in:
jonathan
2025-12-16 18:56:18 +01:00
parent fef8380a57
commit 7310bfbf6e
15 changed files with 114 additions and 18 deletions
@@ -0,0 +1,8 @@
using Godot;
namespace Babushka.scripts.CSharp.Common.Fight;
public partial class FightHappeningAnimationContext : Node
{
[Export] public UsedItemIndicatorVisual useHealItemIndicator = null!;
}