Project

General

Profile

« Previous | Next » 

Revision e8bf9b51

Added by Leszek Koltunski over 1 year ago

Correct scramble tables for Redi, Dino4 and Dino6.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyRedi.java
59 59
      {
60 60
      mEdges = new int[][]
61 61
        {
62
          { 0,8,1,8, 2,1,3,1, 4,7,5,7, 6,2,7,2, 8,6,9,6, 10,3,11,3, 12,5,13,5, 14,4,15,4 },  // 0
63
          {                            6,2,7,2,          10,3,11,3, 12,5,13,5            },  // 1
64
          {          2,1,3,1,                   8,6,9,6,                       14,4,15,4 },  // 2
65
          {          2,1,3,1, 4,7,5,7,                                         14,4,15,4 },  // 3
66
          { 0,8,1,8,                   6,2,7,2,          10,3,11,3                       },  // 4
67
          {          2,1,3,1, 4,7,5,7,          8,6,9,6                                  },  // 5
68
          { 0,8,1,8,                   6,2,7,2,                     12,5,13,5            },  // 6
69
          { 0,8,1,8,                                     10,3,11,3, 12,5,13,5            },  // 7
70
          {                   4,7,5,7,          8,6,9,6,                       14,4,15,4 },  // 8
62
          { 0,8,1,8, 4,1,5,1, 6,7,7,7, 10,2,11,2, 12,6,13,6, 16,3,17,3, 18,5,19,5, 22,4,23,4 },  // 0
63
          {                            10,2,11,2,            16,3,17,3, 18,5,19,5            },  // 1
64
          {          4,1,5,1,                     12,6,13,6,                       22,4,23,4 },  // 2
65
          {          4,1,5,1, 6,7,7,7,                                             22,4,23,4 },  // 3
66
          { 0,8,1,8,                   10,2,11,2,            16,3,17,3                       },  // 4
67
          {          4,1,5,1, 6,7,7,7,            12,6,13,6                                  },  // 5
68
          { 0,8,1,8,                   10,2,11,2,                       18,5,19,5            },  // 6
69
          { 0,8,1,8,                                         16,3,17,3, 18,5,19,5            },  // 7
70
          {                   6,7,7,7,            12,6,13,6,                       22,4,23,4 },  // 8
71 71
        };
72 72
      }
73 73

  

Also available in: Unified diff