1
0
forked from Clones/Controlify

Allow ingame button guide to be placed at the bottom

This commit is contained in:
isXander
2023-07-02 19:51:09 +01:00
parent 8d30a2fc45
commit 209de2f026
4 changed files with 25 additions and 6 deletions

View File

@ -19,6 +19,7 @@ public abstract class ControllerConfig {
public String customName = null;
public boolean showIngameGuide = true;
public boolean ingameGuideBottom = false;
public boolean showScreenGuide = true;
public float chatKeyboardHeight = 0f;