Project

General

Profile

« Previous | Next » 

Revision b7ae2292

Added by Leszek Koltunski 2 months ago

Beginnings of color unification

View differences:

src/main/java/org/distorted/objectlib/shape/ShapeTetrahedron.java
15 15
import org.distorted.objectlib.main.TwistyObject;
16 16
import org.distorted.objectlib.metadata.Metadata;
17 17

  
18
import static org.distorted.objectlib.shape.ShapeColors.*;
19

  
18 20
///////////////////////////////////////////////////////////////////////////////////////////////////
19 21

  
20 22
public abstract class ShapeTetrahedron extends TwistyObject
......
23 25

  
24 26
  public static final int[] FACE_COLORS = new int[]
25 27
         {
26
           COLOR_GREEN   , COLOR_YELLOW,
27
           COLOR_BLUE_TET, COLOR_RED_TET
28
           COLOR_GREEN, COLOR_YELLOW,
29
           COLOR_BLUE , COLOR_RED
28 30
         };
29 31

  
30 32
  public static final int NUM_FACES = 4;

Also available in: Unified diff