We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 714993a + f5cc2f3 commit 14046faCopy full SHA for 14046fa
src/main/java/engine/processing/Laf.java
@@ -0,0 +1,14 @@
1
+package engine.processing;
2
+
3
+import math.Color;
4
5
+public class Laf {
6
7
+ public static final Color LIGHT_GIZMO_X = Color.getColorFromInt(221, 56, 79);
8
9
+ public static final Color LIGHT_GIZMO_Y = Color.getColorFromInt(120, 181, 22);
10
11
+ public static final Color LIGHT_GIZMO_Z = Color.getColorFromInt(44, 142, 252);
12
13
+ public static final Color LIGHT_GIZMO_DIRECTIONAL = Color.YELLOW;
14
+}
0 commit comments