initial cheat menu expansion

This commit is contained in:
Sen 2025-06-30 14:49:20 +02:00
parent f4b83b8e01
commit ac5ac815b0
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
2 changed files with 27 additions and 27 deletions

View file

@ -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() {