Skip to content

Commit

Permalink
Added cav gold color
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Nov 11, 2023
1 parent 629428f commit 58f5559
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions addons/markers/CfgMarkerColors.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class CfgMarkerColors {
class cav_Color_Yellow {
color[] = {1.0,0.776470,0.101960,1};
name = CSTRING(Color_Yellow);
scope = 2;
};
};
1 change: 1 addition & 0 deletions addons/markers/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ class CfgPatches {
};
};

#include "CfgMarkerColors.hpp"
#include "CfgMarkers.hpp"
3 changes: 3 additions & 0 deletions addons/markers/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
<Key ID="STR_Cav_Markers_military_cav">
<English>7th Cavalry</English>
</Key>
<Key ID="STR_Cav_Markers_Color_Yellow">
<English>Gold</English>
</Key>
</Package>
</Project>

0 comments on commit 58f5559

Please sign in to comment.