Project

General

Profile

« Previous | Next » 

Revision 074a0284

Added by Leszek Koltunski 3 months ago

Support for the new default detection of solved state done. Something seems to be working.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMirrorPyraminx.java
56 56
    super(iconMode, meta.getNumLayers()[0], quat, move, scale, meta, asset);
57 57
    }
58 58

  
59
///////////////////////////////////////////////////////////////////////////////////////////////////
60
// here we cannot automatically detect the outer monochromatic walls -> use the old way.
61

  
62
  @Override
63
  public int getSolvedFunctionIndex()
64
    {
65
    return 0;
66
    }
67

  
68
///////////////////////////////////////////////////////////////////////////////////////////////////
69

  
70
  @Override
71
  public int[][] getSolvedQuats()
72
    {
73
    return getOldSolvedQuats();
74
    }
75

  
59 76
///////////////////////////////////////////////////////////////////////////////////////////////////
60 77

  
61 78
  @Override

Also available in: Unified diff