Project

General

Profile

« Previous | Next » 

Revision efa81f0c

Added by Leszek Koltunski over 2 years ago

Introduce abstract 4,6,8 adn 12 classes.

View differences:

src/main/java/org/distorted/objects/TwistyMegaminx.java
66 66
    return numLayers-2;
67 67
    }
68 68

  
69
///////////////////////////////////////////////////////////////////////////////////////////////////
70

  
71
  float getScreenRatio()
72
    {
73
    return 0.356f;
74
    }
75

  
76 69
///////////////////////////////////////////////////////////////////////////////////////////////////
77 70

  
78 71
  int getNumStickerTypes(int numLayers)
......
562 555
      }
563 556
    }
564 557

  
565
///////////////////////////////////////////////////////////////////////////////////////////////////
566

  
567
  int getColor(int face)
568
    {
569
    return FACE_COLORS[face];
570
    }
571

  
572 558
///////////////////////////////////////////////////////////////////////////////////////////////////
573 559

  
574 560
  ObjectSticker retSticker(int face)

Also available in: Unified diff