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/main/TwistyJson.java
411 411

  
412 412
///////////////////////////////////////////////////////////////////////////////////////////////////
413 413

  
414
  public int getNumFaceColors()
414
  public int[] getColorTable()
415 415
    {
416
    return mReader.getNumFaceColors();
417
    }
418

  
419
///////////////////////////////////////////////////////////////////////////////////////////////////
420

  
421
  public int getColor(int face)
422
    {
423
    return mReader.getColor(face);
416
    return mReader.getColorTable();
424 417
    }
425 418

  
426 419
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff