Added profile priority system, fixed a few issues
This commit is contained in:
@@ -87,6 +87,7 @@ internal static class Constants
|
||||
internal static class Colors
|
||||
{
|
||||
public static Vector4 Normal = new Vector4(1, 1, 1, 1);
|
||||
public static Vector4 Info = new Vector4(0.3f, 0.5f, 1f, 1);
|
||||
public static Vector4 Warning = new Vector4(1, 0.5f, 0, 1);
|
||||
public static Vector4 Error = new Vector4(1, 0, 0, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user