mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
change auto color Desaturate multipler
This commit is contained in:
parent
4b29ac61b9
commit
8eee7dfd08
@ -176,7 +176,7 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
private static MetaColor AutoColor(Type type)
|
||||
{
|
||||
return new MetaColor(type.Name).Desaturate(0.45f) / 1.15f;
|
||||
return new MetaColor(type.Name).Desaturate(0.75f) / 1.15f;
|
||||
}
|
||||
public static bool TryGetColor(object obj, out MetaColor color)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user