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/TwistyHelicopter.java
482 482

  
483 483
///////////////////////////////////////////////////////////////////////////////////////////////////
484 484

  
485
  public int getObjectName(int[] numLayers)
485
  public String getObjectName()
486 486
    {
487
    return R.string.heli3;
487
    return "Helicopter Cube";
488 488
    }
489 489

  
490 490
///////////////////////////////////////////////////////////////////////////////////////////////////
491 491

  
492
  public int getInventor(int[] numLayers)
492
  public String getInventor()
493 493
    {
494
    return R.string.heli3_inventor;
494
    return "Adam G. Cowan";
495 495
    }
496 496

  
497 497
///////////////////////////////////////////////////////////////////////////////////////////////////
498 498

  
499
  public int getYearOfInvention(int[] numLayers)
499
  public int getYearOfInvention()
500 500
    {
501 501
    return 2006;
502 502
    }
503 503

  
504 504
///////////////////////////////////////////////////////////////////////////////////////////////////
505 505

  
506
  public int getComplexity(int[] numLayers)
506
  public int getComplexity()
507 507
    {
508 508
    return 8;
509 509
    }

Also available in: Unified diff