Project

General

Profile

« Previous | Next » 

Revision 27249eea

Added by Leszek Koltunski over 1 year ago

Produce new JSONs files (version 7, with new scrambling method)

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyMasterball.java
116 116
    if( mEdges==null )
117 117
      {
118 118
      mEdges = new int[][]
119
          {
120
              {0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1},
121
              {28,2,29,2,30,2,31,2,32,2,33,2,34,2,35,2 },
122
              {0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,
123
               28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0 }
124
          };
119
        {
120
          {0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1},
121
          {28,2,29,2,30,2,31,2,32,2,33,2,34,2,35,2 },
122
          {0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1,8,1,9,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,18,1,19,1,20,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,
123
           28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0 }
124
        };
125 125
      }
126 126

  
127 127
    return mEdges;

Also available in: Unified diff