Skip to content

Commit

Permalink
Tagging - Add support for yellow and white colors
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Nov 4, 2024
1 parent 5867508 commit 06653c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/tagging/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

#include "\z\afm\addons\main\script_macros.hpp"

#define MARKER_COLORS ["ColorRed", "ColorGreen", "ColorBlue", "ColorBlack"]
#define TEXTURE_COLORS ["red", "green", "blue", "black"]
#define MARKER_COLORS ["ColorRed", "ColorGreen", "ColorBlue", "ColorBlack", "ColorYellow", "ColorWhite"]
#define TEXTURE_COLORS ["red", "green", "blue", "black", "yellow", "white"]

0 comments on commit 06653c3

Please sign in to comment.