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 Godot;
|
||||
|
||||
namespace Mr.BrickAdventures.scripts.components;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class JumpPadComponent : Node
|
||||
{
|
||||
[Export] public float JumpForce { get; set; } = 10f;
|
||||
|
Reference in New Issue
Block a user