Add new skills: Double Jump, Ground Pound, Brick Armor, and Brick Shield; implement skill removal signal in SkillManager (#11)

This commit is contained in:
2025-08-31 15:17:11 +02:00
committed by GitHub
parent bd40c797d4
commit ead52f6d51
89 changed files with 682 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://blwk5qduvdnxv"]
[ext_resource type="Script" uid="uid://dbiu2qrr8sprx" path="res://scripts/components/BrickShieldSkillComponent.cs" id="1_gjjt4"]
[ext_resource type="PackedScene" uid="uid://c6rgh0qn4jqlc" path="res://objects/items/shield.tscn" id="2_wjvuq"]
[node name="BrickShieldSkillComponent" type="Node"]
script = ExtResource("1_gjjt4")
ShieldScene = ExtResource("2_wjvuq")
metadata/_custom_type_script = "uid://dbiu2qrr8sprx"