Project

General

Profile

« Previous | Next » 

Revision ade99032

Added by Leszek Koltunski 2 months ago

Objects can support or not changing colors of their stickers.

View differences:

src/main/java/org/distorted/objectlib/metadata/Metadata.java
78 78
  public float getDifficulty()    { return 1.0f; }
79 79
  public String getObjectName()   { return null; }
80 80
  public int getCategory()        { return 0; }
81
  public boolean supportsAdjustableStickerColors()  { return true; }
81 82
  public ObjectSignature getSignature()  { return mSignature; }
82 83
  public Class<? extends TwistyObject> getObjectClass() { return mClass; }
83 84
  }

Also available in: Unified diff