Revision 3e68e30a
Added by Leszek Koltunski over 3 years ago
| src/main/java/org/distorted/objects/RubikObjectList.java | ||
|---|---|---|
| 182 | 182 |
if( ordinal== ObjectSignatures.SKEW_3 ) return 17; |
| 183 | 183 |
if( ordinal== ObjectSignatures.REX_3 ) return 16; |
| 184 | 184 |
if( ordinal== ObjectSignatures.MIRR_3 ) return 16; |
| 185 |
if( ordinal== ObjectSignatures.IVY_2 ) return 8; |
|
| 186 |
if( ordinal== ObjectSignatures.DIN4_3 ) return 7; |
|
| 185 | 187 |
|
| 186 | 188 |
// in 1.9.6 & 1.9.7 there is a bug with downloadable objects (in this very function!): |
| 187 | 189 |
// All of those have DBLevel equal to CUBE_3's DBlevel (in 1.9.7!), i.e. 17. |
| src/main/java/org/distorted/screens/RubikScreenPlay.java | ||
|---|---|---|
| 463 | 463 |
levels.setTextSize(TypedValue.COMPLEX_UNIT_PX, mMenuTextSize); |
| 464 | 464 |
|
| 465 | 465 |
setupLevelButtons(act,layout,padding); |
| 466 |
setupLevelColors(act); |
|
| 467 | 466 |
} |
| 468 | 467 |
|
| 469 | 468 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Bugfixes.