mirror of
https://code.chipmunk.land/ChomeNS/chipmunkmod.git
synced 2026-03-31 05:32:03 +00:00
fix: 15 16 17 18 19 not 15 15 16 17 18
This commit is contained in:
parent
5bfd8289f1
commit
b8e4f7c3b4
1 changed files with 4 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ public class Instrument {
|
||||||
public static final Instrument BIT = new Instrument(13, "bit", 54);
|
public static final Instrument BIT = new Instrument(13, "bit", 54);
|
||||||
public static final Instrument BANJO = new Instrument(14, "banjo", 54);
|
public static final Instrument BANJO = new Instrument(14, "banjo", 54);
|
||||||
public static final Instrument PLING = new Instrument(15, "pling", 54);
|
public static final Instrument PLING = new Instrument(15, "pling", 54);
|
||||||
public static final Instrument TRUMPET = new Instrument(15, "trumpet", 54);
|
public static final Instrument TRUMPET = new Instrument(16, "trumpet", 54);
|
||||||
public static final Instrument TRUMPET_EXPOSED = new Instrument(16, "trumpet_exposed", 54);
|
public static final Instrument TRUMPET_EXPOSED = new Instrument(17, "trumpet_exposed", 54);
|
||||||
public static final Instrument TRUMPET_WEATHERED = new Instrument(17, "trumpet_weathered", 54);
|
public static final Instrument TRUMPET_WEATHERED = new Instrument(18, "trumpet_weathered", 54);
|
||||||
public static final Instrument TRUMPET_OXIDIZED = new Instrument(18, "trumpet_oxidized", 54);
|
public static final Instrument TRUMPET_OXIDIZED = new Instrument(19, "trumpet_oxidized", 54);
|
||||||
private static final Instrument[] VALUES = {
|
private static final Instrument[] VALUES = {
|
||||||
HARP, BASEDRUM, SNARE, HAT, BASS, FLUTE, BELL, GUITAR, CHIME, XYLOPHONE, IRON_XYLOPHONE, COW_BELL, DIDGERIDOO,
|
HARP, BASEDRUM, SNARE, HAT, BASS, FLUTE, BELL, GUITAR, CHIME, XYLOPHONE, IRON_XYLOPHONE, COW_BELL, DIDGERIDOO,
|
||||||
BIT, BANJO, PLING, TRUMPET, TRUMPET_EXPOSED, TRUMPET_WEATHERED, TRUMPET_OXIDIZED
|
BIT, BANJO, PLING, TRUMPET, TRUMPET_EXPOSED, TRUMPET_WEATHERED, TRUMPET_OXIDIZED
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue