Project

General

Profile

Download (1.49 KB) Statistics
| Branch: | Revision:

distorted-objectlib / src / main / java / org / distorted / objectlib / metadata / MetadataBandaged1_3.java @ 361fd0de

1
///////////////////////////////////////////////////////////////////////////////////////////////////
2
// Copyright 2023 Leszek Koltunski                                                               //
3
//                                                                                               //
4
// This file is part of Magic Cube.                                                              //
5
//                                                                                               //
6
// Magic Cube is proprietary software licensed under an EULA which you should have received      //
7
// along with the code. If not, check https://distorted.org/magic/License-Magic-Cube.html        //
8
///////////////////////////////////////////////////////////////////////////////////////////////////
9

    
10
package org.distorted.objectlib.metadata;
11

    
12
import org.distorted.objectlib.R;
13
import org.distorted.objectlib.objects.TwistyBandagedCuboid;
14

    
15
///////////////////////////////////////////////////////////////////////////////////////////////////
16

    
17
public class MetadataBandaged1_3 extends Metadata
18
  {
19
  public MetadataBandaged1_3()   { super( TwistyBandagedCuboid.class, new int[] {3,3,3}, 0, TwistyBandagedCuboid.POS_1 ); }
20
  public int numScrambles()      { return 16; }
21
  public int icon()              { return R.drawable.ban1_3; }
22
  public int extrasJson()        { return R.raw.ban1_3_extras; }
23
  public int objectJson()        { return R.raw.ban1_3_object; }
24
  public int mesh()              { return R.raw.ban1_3; }
25
  }
(4-4/92)