Revision 83d21335
Added by Leszek Koltunski 7 months ago
src/main/java/org/distorted/objectlib/metadata/MetadataGHOS_2.java | ||
---|---|---|
22 | 22 |
public int numScrambles() { return 12; } |
23 | 23 |
public int icon() { return R.drawable.ghos_2; } |
24 | 24 |
public int price() { return 50; } |
25 |
public int extrasJson() { return 0; }
|
|
25 |
public int extrasJson() { return R.raw.ghos_2_extras; }
|
|
26 | 26 |
public int objectJson() { return R.raw.ghos_2_object; } |
27 | 27 |
public int mesh() { return R.raw.ghos_2; } |
28 | 28 |
public boolean getActive() { return true; } |
src/main/java/org/distorted/objectlib/metadata/MetadataGHOS_3.java | ||
---|---|---|
22 | 22 |
public int numScrambles() { return 23; } |
23 | 23 |
public int icon() { return R.drawable.ghos_3; } |
24 | 24 |
public int price() { return 50; } |
25 |
public int extrasJson() { return 0; }
|
|
25 |
public int extrasJson() { return R.raw.ghos_3_extras; }
|
|
26 | 26 |
public int objectJson() { return R.raw.ghos_3_object; } |
27 | 27 |
public int mesh() { return R.raw.ghos_3; } |
28 | 28 |
public boolean getActive() { return true; } |
Also available in: Unified diff
missing piece