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/MetadataCU_232.java
23 23
  public int extrasJson()         { return R.raw.cu_232_extras; }
24 24
  public int objectJson()         { return R.raw.cu_232_object; }
25 25
  public int mesh()               { return R.raw.cu_232; }
26
  public String getInventor()     { return "Katsuhiko Okamoto"; }
26
  public String getAuthor()       { return "Katsuhiko Okamoto"; }
27 27
  public int getYearOfInvention() { return 2001; }
28
  public float getComplexity()    { return 1.2f; }
28
  public float getDifficulty()    { return 1.2f; }
29 29
  public String getObjectName()   { return "Slim Tower"; }
30 30
  public int getCategory()        { return CATEGORY_SHAPE_OTH | CATEGORY_AXIS_FACE | CATEGORY_CUBOID; }
31 31
  }

Also available in: Unified diff