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/TwistyMirrorJing.java
87 87
///////////////////////////////////////////////////////////////////////////////////////////////////
88 88

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

  
95
///////////////////////////////////////////////////////////////////////////////////////////////////
96

  
97
  @Override
98
  public int getNumFaceColors()
99
    {
100
    return 1;
92
    return FACE_COLORS;
101 93
    }
102 94

  
103 95
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff