make xray solid color depending on what it occludes

This commit is contained in:
Tim Kuipers 2019-10-22 13:46:39 +02:00
parent 1b2cc7f7a7
commit 82b2f23689
6 changed files with 25 additions and 11 deletions

View file

@ -10,9 +10,10 @@
"y_axis": [64, 64, 255, 255],
"model_default": [156, 201, 36, 255],
"model_overhang": [200, 0, 255, 255],
"model_selection_outline": [12, 169, 227, 255],
"xray_error_dark": [255, 0, 0, 255],
"xray_error_light": [255, 255, 0, 255],
"xray": [26, 26, 62, 255],
"xray_error": [255, 0, 0, 255],