Project

General

Profile

« Previous | Next » 

Revision 743cdab7

Added by Leszek Koltunski 5 months ago

Next step toward separating TwistyObject metadata.

View differences:

src/main/java/org/distorted/objectlib/metadata/MetadataPyraminxDuo.java
16 16

  
17 17
public class MetadataPyraminxDuo extends Metadata
18 18
  {
19
  public MetadataPyraminxDuo()   { super( TwistyPyraminxDuo.class, new int[] {2,2,2,2}, 0, null ); }
20
  public int numScrambles()      { return 4; }
21
  public int icon()              { return R.drawable.pduo_2; }
22
  public int extrasJson()        { return R.raw.pduo_2_extras; }
23
  public int objectJson()        { return R.raw.pduo_2_object; }
24
  public int mesh()              { return R.raw.pduo_2; }
19
  public MetadataPyraminxDuo()    { super( TwistyPyraminxDuo.class, new int[] {2,2,2,2}, 0, null ); }
20
  public int numScrambles()       { return 4; }
21
  public int icon()               { return R.drawable.pduo_2; }
22
  public int extrasJson()         { return R.raw.pduo_2_extras; }
23
  public int objectJson()         { return R.raw.pduo_2_object; }
24
  public int mesh()               { return R.raw.pduo_2; }
25
  public String getInventor()     { return "Oskar van Deventer"; }
26
  public int getYearOfInvention() { return 2014; }
27
  public float getComplexity()    { return 0.2f; }
28
  public String getObjectName()   { return "Pyraminx Duo"; }
25 29
  }

Also available in: Unified diff