Project

General

Profile

« Previous | Next » 

Revision 11fa413d

Added by Leszek Koltunski over 2 years ago

Make the ShapeChanging the default TouchControl during MODE_REPLACE.

View differences:

src/main/java/org/distorted/objectlib/json/JsonWriter.java
471 471
    {
472 472
    JSONObject touchControl = new JSONObject();
473 473

  
474
    touchControl.put("movementType" , object.getMovementType() );
475
    touchControl.put("movementSplit", object.getMovementSplit() );
474
    touchControl.put("movementType" , object.getTouchControlType() );
475
    touchControl.put("movementSplit", object.getTouchControlSplit() );
476 476

  
477 477
    int[][][] enabled = object.getEnabled();
478 478

  

Also available in: Unified diff