OctoD / godot-gameplay-systems

⚔️ A plugin for Godot to create your gameplay systems in a Godot way.
MIT License
509 stars 49 forks source link

Fix AttributeConsumeGameplayEffect incorrect attribute name #6

Closed danielbernard closed 2 years ago

danielbernard commented 2 years ago

AttributeConsumeGameplayEffect attempts to access .attribute_name rather than .name, causing an

Invalid get index 'attribute_name' (on base: 'Node (GameplayAttribute.gd)').

error.

OctoD commented 2 years ago

Thank you! It will be published soon!

danielbernard commented 2 years ago

Thanks! Your plugin was super helpful for getting started with a simple prototyping of some systems.