Project

General

Profile

« Previous | Next » 

Revision 031d098f

Added by Leszek Koltunski 12 months ago

3 new icons.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectType.java
109 109
  DINO_3 ( TwistyDino6.class          , 10, R.drawable.dino_3, true,     0, new InitData(new int[] {3,3,3,3})),
110 110
  DIN4_3 ( TwistyDino4.class          ,  9, R.drawable.din4_3, true,    30, new InitData(new int[] {3,3,3,3})),
111 111

  
112
  COIH_3 ( TwistyCoinHexahedron.class , 25, R.drawable.coin_3, true,   50, new InitData(new int[] {3,3,3,3,3,3,3})),
112
  COIH_3 ( TwistyCoinHexahedron.class , 25, R.drawable.coih_3, true,   50, new InitData(new int[] {3,3,3,3,3,3,3})),
113 113

  
114 114
  COIN_3 ( TwistyCoinTetrahedron.class, 15, R.drawable.coin_3, true,   40, new InitData(new int[] {3,3,3,3})),
115
  TINS_5 ( TwistyTins.class           , 28, R.drawable.coin_3, true,   60, new InitData(new int[] {5,5,5,5})),
115
  TINS_5 ( TwistyTins.class           , 28, R.drawable.tins_5, true,   60, new InitData(new int[] {5,5,5,5})),
116 116
  ;
117 117

  
118 118
  public static int NUM_OBJECTS;
src/main/java/org/distorted/objectlib/objects/TwistyCoinHexahedron.java
523 523
      }
524 524
    else if( variant==1 )
525 525
      {
526
      float h1 = isInIconMode() ? 0.0001f : 0.0001f;
526
      float h1 = isInIconMode() ? 0.0001f : 0.0002f;
527 527
      float h2 = 0.0001f;
528 528
      float[][] bands = { {h1,15,0.2f,0.4f,5,0,0}, {h2,15,0.05f,0.1f,2,0,0} };
529 529
      int num = 1+4*N;
......
601 601

  
602 602
  public float getStickerStroke()
603 603
    {
604
    return isInIconMode() ? 0.15f : 0.12f;
604
    return isInIconMode() ? 0.23f : 0.12f;
605 605
    }
606 606

  
607 607
///////////////////////////////////////////////////////////////////////////////////////////////////
src/main/java/org/distorted/objectlib/objects/TwistyTins.java
479 479

  
480 480
  public float getStickerStroke()
481 481
    {
482
    return isInIconMode() ? 0.20f : 0.09f;
482
    return isInIconMode() ? 0.24f : 0.10f;
483 483
    }
484 484

  
485 485
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff