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/TwistyMirror.java
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64 64

  
65 65
  @Override
66
  public int getColor(int face)
66
  public int[] getColorTable()
67 67
    {
68
    return FACE_COLORS[face];
69
    }
70

  
71
///////////////////////////////////////////////////////////////////////////////////////////////////
72

  
73
  @Override
74
  public int getNumFaceColors()
75
    {
76
    return 1;
68
    return FACE_COLORS;
77 69
    }
78 70

  
79 71
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff