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/TwistyVoid.java
448 448

  
449 449
  public float[][][] getStickerAngles()
450 450
    {
451
    float D = (float)(Math.PI/6);
451
    float D = (float)(Math.PI/3);
452 452
    return new float[][][] { {{ 0,D,0 }} , {{ 0,0,0,-D }} };
453 453
    }
454 454

  

Also available in: Unified diff