Project

General

Profile

« Previous | Next » 

Revision 69d985ae

Added by Leszek Koltunski 2 months ago

Beginnings of color unification

View differences:

src/main/java/org/distorted/objectlib/shape/ShapeHexahedron.java
25 25

  
26 26
  public static final int[] FACE_COLORS = new int[]
27 27
         {
28
           COLOR_YELLOW, COLOR_WHITE,
29
           COLOR_BLUE  , COLOR_GREEN,
30
           COLOR_RED   , COLOR_ORANGE
28
           COLOR_ICO_YELLOW, COLOR_ICO_WHITE,
29
           COLOR_ICO_BLUE  , COLOR_ICO_LGREEN,
30
           COLOR_ICO_RED   , COLOR_ICO_ORANGE
31 31
         };
32 32

  
33 33
  public static final int NUM_FACES = 6;

Also available in: Unified diff