Skip to content

Commit

Permalink
Add settings to toggle attributes (#716)
Browse files Browse the repository at this point in the history
* add settings

* German translation

* object and group attributes, settings page

* remove Original

* fixed indent

* remove waypoint

* enableExecute

* removed tooltips

* remote tooltip

* waypoints

* Add remaining attributes

* Use EGVAR

---------

Co-authored-by: Kex <[email protected]>
Co-authored-by: mharis001 <[email protected]>
  • Loading branch information
3 people authored May 21, 2023
1 parent b457e8b commit d8f8579
Show file tree
Hide file tree
Showing 10 changed files with 496 additions and 45 deletions.
1 change: 1 addition & 0 deletions addons/attributes/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ GVAR(previousMarkerColors) = [] call CBA_fnc_createNamespace;

// Initialize the core/default attributes
#include "initAttributes.sqf"
#include "initSettings.sqf"

ADDON = true;
Loading

0 comments on commit d8f8579

Please sign in to comment.