Install godot gameplay attributes ================================= # Installation ## Using the AssetLib 1. Open the Godot editor. 2. Navigate to the AssetLib tab. 3. Search for "Gameplay Attributes". 4. Install and enjoy! ## Using the GitHub repository 1. Download the latest version of the addon from the [release page](https://github.com/OctoD/godot_gameplay_attributes/releases). 2. Extract the contents of the zip file into your project's `addons` folder. 3. Enjoy! ## Using Git Clone the repository into your project's `addons` folder: ```bash git clone --recurse-submodules ``` Build the project: ```bash scons platform=windows # or linux, macos etc ``` Or, if you are using CMAKE, just add the submodule to your project, link the library and you should be good to go. Enjoy! # Setup 1. Open the Godot editor. 2. Start coding your game. [back to README](README.md)