Project

General

Profile

« Previous | Next » 

Revision 0f72365b

Added by Leszek Koltunski over 2 years ago

Add 'shouldResetTextureMaps' to the JSON puzzle description.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
365 365
    metadata.put("solved_func", object.getSolvedFunctionIndex() );
366 366
    metadata.put("scrambles"  , type.getNumScramble() );
367 367
    metadata.put("shortname"  , type.name() );
368
    metadata.put("resetmaps"  , object.shouldResetTextureMaps() );
368 369

  
369 370
    return metadata;
370 371
    }

Also available in: Unified diff