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/ShapeDiamond.java
25 25

  
26 26
  public static final int[] FACE_COLORS = new int[]
27 27
         {
28
           COLOR_BALL_1, COLOR_BALL_1,
29
           COLOR_BALL_2, COLOR_BALL_2,
30
           COLOR_BALL_3, COLOR_BALL_3,
31
           COLOR_BALL_4, COLOR_BALL_4,
32
           COLOR_BALL_5, COLOR_BALL_5,
33
           COLOR_BALL_6, COLOR_BALL_6,
34
           COLOR_BALL_7, COLOR_BALL_7,
35
           COLOR_BALL_8, COLOR_BALL_8,
28
                 COLOR_RED, COLOR_RED,
29
                 COLOR_DPINK, COLOR_DPINK,
30
                 COLOR_BLUEISH, COLOR_BLUEISH,
31
                 COLOR_LBLUE, COLOR_LBLUE,
32
                 COLOR_SELEDY, COLOR_SELEDY,
33
                 COLOR_LGREEN, COLOR_LGREEN,
34
                 COLOR_DYELLO, COLOR_DYELLO,
35
                 COLOR_ORANGE, COLOR_ORANGE,
36 36
         };
37 37

  
38 38
  public static final int NUM_FACES = 16;

Also available in: Unified diff