Adjust new Z Axis color in Transform

This commit is contained in:
Wojtek Figat
2026-03-13 23:21:30 +01:00
parent 1ceb781903
commit 1fc5316d12

View File

@@ -24,7 +24,7 @@ namespace FlaxEditor.CustomEditors.Editors
/// <summary>
/// The Z axis color.
/// </summary>
public static Color AxisColorZ = new Color(0.0f, 0.0235294f, 0.9f, 1.0f);
public static Color AxisColorZ = new Color(0.0f, 0.42352f, 0.8f, 1.0f);
/// <summary>
/// Custom editor for actor position property.