mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical GUI - Change default body color to improve contrast (#9476)
Change default body color to improve contrast
This commit is contained in:
parent
008cd5a851
commit
119d8bce5d
@ -57,7 +57,7 @@
|
||||
* See: https://gka.github.io/palettes
|
||||
*/
|
||||
private _bloodLossColors = [
|
||||
[1.00, 1.00, 1.00, 1],
|
||||
[0.00, 0.00, 0.00, 1],
|
||||
[1.00, 0.95, 0.64, 1],
|
||||
[1.00, 0.87, 0.46, 1],
|
||||
[1.00, 0.80, 0.33, 1],
|
||||
@ -74,7 +74,7 @@ private _bloodLossColors = [
|
||||
* See: https://gka.github.io/palettes
|
||||
*/
|
||||
private _damageColors = [
|
||||
[1.00, 1.00, 1.00, 1],
|
||||
[0.00, 0.00, 0.00, 1],
|
||||
[0.75, 0.95, 1.00, 1],
|
||||
[0.62, 0.86, 1.00, 1],
|
||||
[0.54, 0.77, 1.00, 1],
|
||||
|
Loading…
Reference in New Issue
Block a user