Add charge throw mechanics; refactor bullet and brick components

This commit is contained in:
2025-05-12 23:08:54 +02:00
parent b09bee9fb6
commit 59c309409c
34 changed files with 422 additions and 96 deletions

View File

@@ -28,7 +28,6 @@ func add_skill(skill_data: SkillData) -> void:
elif skill_instance.has_node(value):
value = skill_instance.get_node(value)
else:
print("NodePath not found: ", value)
continue
skill_instance[key] = value