Project

General

Profile

« Previous | Next » 

Revision 475cbfe7

Added by Leszek Koltunski over 3 years ago

Icons for the Helicopter.

View differences:

src/main/java/org/distorted/objects/RubikHelicopter.java
598 598

  
599 599
  float[] getRowChances()
600 600
    {
601
    float[] chances = new float[4];
601
    float[] chances = new float[3];
602 602

  
603 603
    chances[0] = 0.5f;
604 604
    chances[1] = 0.5f;
605
    chances[2] = 0.5f;
606
    chances[3] = 1.0f;
605
    chances[2] = 1.0f;
607 606

  
608 607
    return chances;
609 608
    }

Also available in: Unified diff