We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd9991 commit 29c78f5Copy full SHA for 29c78f5
template_entities/quake/q1_brush_text.map
@@ -10,7 +10,7 @@
10
"char_spacing" "{char_spacing or 3}"
11
"entity_classname" "{entity_classname or 'func_detail_illusionary'}"
12
"font" "{font or 'techdc4'}"
13
-"color" "{color or 'grey2'}"
+"color" "{is_func(color) || !color ? 'grey2' : str(color)}"
14
}
15
{
16
"classname" "{entity_classname}"
0 commit comments