Project

General

Profile

« Previous | Next » 

Revision 33ba467a

Added by Leszek Koltunski about 2 months ago

Color unification complete: 24 standard colors.

View differences:

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

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

  
34 34
  public static final int NUM_FACES = 8;

Also available in: Unified diff