Project

General

Profile

« Previous | Next » 

Revision 1f0dfb31

Added by Leszek Koltunski over 3 years ago

Square-1.

View differences:

src/main/java/org/distorted/objects/TwistySquare1.java
203 203
  // YELLOW 0 WHITE 1 BLUE 2 GREEN 3 RED 4  ORANGE 5
204 204
  private static final int[][] mStickerColor = new int[][]
205 205
         {
206
           { 0, 0, 5, 0, 4, 0 },
207
           { 0, 0, 4, 1, 5, 0 },
206
           { 0, 0, 4, 0, 5, 0 },
207
           { 0, 0, 5, 1, 4, 0 },
208 208

  
209
           { 3, 0, 5, 0, 0, 0 },
210
           { 3, 0, 0, 0, 0, 0 },
211
           { 3, 0, 4, 0, 0, 0 },
212
           { 3, 0, 1, 0, 0, 0 },
213
           { 2, 0, 5, 0, 0, 0 },
214
           { 2, 0, 0, 0, 0, 0 },
215 209
           { 2, 0, 4, 0, 0, 0 },
210
           { 2, 0, 0, 0, 0, 0 },
211
           { 2, 0, 5, 0, 0, 0 },
216 212
           { 2, 0, 1, 0, 0, 0 },
217

  
213
           { 3, 0, 4, 0, 0, 0 },
214
           { 3, 0, 0, 0, 0, 0 },
218 215
           { 3, 0, 5, 0, 0, 0 },
219
           { 3, 0, 0, 4, 0, 0 },
220
           { 3, 0, 4, 1, 0, 0 },
221
           { 3, 0, 1, 5, 0, 0 },
222
           { 2, 0, 0, 5, 0, 0 },
216
           { 3, 0, 1, 0, 0, 0 },
217

  
223 218
           { 2, 0, 4, 0, 0, 0 },
224
           { 2, 0, 1, 4, 0, 0 },
219
           { 2, 0, 0, 5, 0, 0 },
225 220
           { 2, 0, 5, 1, 0, 0 },
221
           { 2, 0, 1, 4, 0, 0 },
222
           { 3, 0, 0, 4, 0, 0 },
223
           { 3, 0, 5, 0, 0, 0 },
224
           { 3, 0, 1, 5, 0, 0 },
225
           { 3, 0, 4, 1, 0, 0 },
226 226
         };
227 227

  
228 228
  private static MeshBase[] mMeshes;

Also available in: Unified diff