Project

General

Profile

« Previous | Next » 

Revision 8f5116ec

Added by Leszek Koltunski 2 months ago

Major improvement for the FactorySticker: now all changes to border thickness & size of corners should work.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyCrazy2x2.java
563 563

  
564 564
  public float[][][] getStickerAngles()
565 565
    {
566
    float D = (float)(Math.PI/4);
566
    float D = (float)(Math.PI/2);
567 567
    return new float[][][] { {{ 0,0,0,-D,0 }} , {{ 0,0,D }} };
568 568
    }
569 569

  

Also available in: Unified diff