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/TwistyMirrorPyraminx.java
84 84
///////////////////////////////////////////////////////////////////////////////////////////////////
85 85

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

  
92
///////////////////////////////////////////////////////////////////////////////////////////////////
93

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

  
100 92
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff