Project

General

Profile

« Previous | Next » 

Revision abf36986

Added by Leszek Koltunski over 2 years ago

Add Mirror Cube 2x2 and 3x3.

View differences:

src/main/java/org/distorted/objects/TwistyCube.java
252 252
      mStickers[0] = new ObjectSticker(STICKERS[0],null,radii,stroke );
253 253
      }
254 254

  
255
    return mStickers[face/NUM_FACES];
255
    return mStickers[face/NUM_FACE_COLORS];
256 256
    }
257 257

  
258 258
///////////////////////////////////////////////////////////////////////////////////////////////////
......
293 293

  
294 294
///////////////////////////////////////////////////////////////////////////////////////////////////
295 295

  
296
  int getNumFaces()
296
  int getNumFaceColors()
297 297
    {
298 298
    return FACE_COLORS.length;
299 299
    }

Also available in: Unified diff