Project

General

Profile

« Previous | Next » 

Revision e26eb4e7

Added by Leszek Koltunski over 2 years ago

Do not pull the inventors and the names of objects from Resources.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistyUltimate.java
473 473

  
474 474
///////////////////////////////////////////////////////////////////////////////////////////////////
475 475

  
476
  public int getObjectName(int[] numLayers)
476
  public String getObjectName()
477 477
    {
478
    return R.string.ulti2;
478
    return "Skewb Ultimate";
479 479
    }
480 480

  
481 481
///////////////////////////////////////////////////////////////////////////////////////////////////
482 482

  
483
  public int getInventor(int[] numLayers)
483
  public String getInventor()
484 484
    {
485
    return R.string.ulti2_inventor;
485
    return "Tony Fisher";
486 486
    }
487 487

  
488 488
///////////////////////////////////////////////////////////////////////////////////////////////////
489 489

  
490
  public int getYearOfInvention(int[] numLayers)
490
  public int getYearOfInvention()
491 491
    {
492 492
    return 2000;
493 493
    }
494 494

  
495 495
///////////////////////////////////////////////////////////////////////////////////////////////////
496 496

  
497
  public int getComplexity(int[] numLayers)
497
  public int getComplexity()
498 498
    {
499 499
    return 6;
500 500
    }

Also available in: Unified diff