Project

General

Profile

« Previous | Next » 

Revision 99c2e327

Added by Leszek Koltunski about 2 months ago

Color unification complete: 24 standard colors.

View differences:

src/main/java/org/distorted/solverui/ScreenSolver.java
209 209
    else if( object==MetadataDIN4_3.INDEX )
210 210
      {
211 211
      mNumColors  = 4;
212
      mFaceColors = new int[] { ShapeColors.COLOR_YELLOW, ShapeColors.COLOR_RED, ShapeColors.COLOR_BLUE, ShapeColors.COLOR_WHITE };
212
      mFaceColors = new int[] { ShapeColors.COLOR_YELLOW, ShapeColors.COLOR_RED, ShapeColors.COLOR_BLUE, ShapeColors.COLOR_WHITE};
213 213
      mColorMode  = MODE_DINO_4;
214 214
      }
215 215
    else

Also available in: Unified diff