Project

General

Profile

« Previous | Next » 

Revision 962b8ff6

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirrorSkewb.java
85 85
///////////////////////////////////////////////////////////////////////////////////////////////////
86 86

  
87 87
  @Override
88
  public int getColor(int face)
88
  public int[] getColorTable()
89 89
    {
90
    return FACE_COLORS[face];
91
    }
92

  
93
///////////////////////////////////////////////////////////////////////////////////////////////////
94

  
95
  @Override
96
  public int getNumFaceColors()
97
    {
98
    return 1;
90
    return FACE_COLORS;
99 91
    }
100 92

  
101 93
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff