initial cheat menu expansion
This commit is contained in:
parent
f4b83b8e01
commit
ac5ac815b0
2 changed files with 27 additions and 27 deletions
|
@ -100,12 +100,8 @@ public enum CheatTab {
|
|||
this.name = name;
|
||||
}
|
||||
|
||||
public int getHorizontal() {
|
||||
return this.ordinal() % 12;
|
||||
}
|
||||
|
||||
public int getVertical() {
|
||||
return this.ordinal() / 12;
|
||||
public int getIndex() {
|
||||
return this.ordinal();
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue