Add new skills: Double Jump, Ground Pound, Brick Armor, and Brick Shield; implement skill removal signal in SkillManager (#11)
This commit is contained in:
@@ -3,6 +3,7 @@ using Mr.BrickAdventures.scripts.Resources;
|
||||
|
||||
namespace Mr.BrickAdventures.scripts.components;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class HealComponent : Node
|
||||
{
|
||||
[Export] public GpuParticles2D HealFx { get; set; }
|
||||
|
Reference in New Issue
Block a user