mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed more spacing issues
This commit is contained in:
parent
96dc215f09
commit
054b9cda23
@ -29,7 +29,7 @@ private _colorArray = switch (toLowerANSI _color) do {
|
||||
case "blue": {[0, 0, 0.8, 1]};
|
||||
case "green": {[0, 0.8, 0, 1]};
|
||||
case "orange": {[0.8, 0.518, 0, 1]};
|
||||
case "yellow": {[0.8, 0.8, 0, 1] };
|
||||
case "yellow": {[0.8, 0.8, 0, 1]};
|
||||
case "red": {[0.8, 0, 0, 1]};
|
||||
case "black": {[1, 1, 1, 1]};
|
||||
case "white": {[0, 0, 0, 1]};
|
||||
|
Loading…
Reference in New Issue
Block a user