Project

General

Profile

« Previous | Next » 

Revision 71df2bd4

Added by Leszek Koltunski 5 months ago

progress with new sorting methods.

View differences:

src/main/java/org/distorted/objectlib/metadata/MetadataHELI_3.java
25 25
  public int extrasJson()         { return R.raw.heli_3_extras; }
26 26
  public int objectJson()         { return R.raw.heli_3_object; }
27 27
  public int mesh()               { return R.raw.heli_3; }
28
  public String getInventor()     { return "Adam G. Cowan"; }
28
  public String getAuthor()       { return "Adam G. Cowan"; }
29 29
  public int getYearOfInvention() { return 2006; }
30
  public float getComplexity()    { return 3.05f; }
30
  public float getDifficulty()    { return 3.05f; }
31 31
  public String getObjectName()   { return "Helicopter Cube"; }
32 32
  public int getCategory()        { return CATEGORY_SHAPE_HEX | CATEGORY_AXIS_EDGE; }
33 33
  }

Also available in: Unified diff