Project

General

Profile

« Previous | Next » 

Revision 71df2bd4

Added by Leszek Koltunski 4 months ago

progress with new sorting methods.

View differences:

src/main/java/org/distorted/objectlib/metadata/MetadataSKEW_2.java
24 24
  public int extrasJson()         { return R.raw.skew_2_extras; }
25 25
  public int objectJson()         { return R.raw.skew_2_object; }
26 26
  public int mesh()               { return R.raw.skew_2; }
27
  public String getInventor()     { return "Tony Durham"; }
27
  public String getAuthor()       { return "Tony Durham"; }
28 28
  public int getYearOfInvention() { return 1982; }
29
  public float getComplexity()    { return 1.35f; }
29
  public float getDifficulty()    { return 1.35f; }
30 30
  public String getObjectName()   { return "Skewb"; }
31 31
  public int getCategory()        { return CATEGORY_SHAPE_HEX | CATEGORY_AXIS_CORN; }
32 32
  }

Also available in: Unified diff