⚠ This project is still a work in progress and is missing a lot of critical features and documentation. It's not ready to be used yet.
In the project's addons
folder, run:
git submodule add <this_repository_clone_uri> BasicCombatNodes
A Godot addon that add nodes for implementing basic combat logic, like hit boxes, hurt boxes, tracking hit points, and dealing damage.
C#MIT