fixed more spacing issues

This commit is contained in:
lambdatiger 2024-01-15 16:13:48 -06:00
parent 96dc215f09
commit 054b9cda23
3 changed files with 12 additions and 12 deletions

View File

@ -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]};