full function keybinds
This commit is contained in:
parent
dc1e189d38
commit
d70d0dc0d0
8 changed files with 451 additions and 63 deletions
|
@ -14,7 +14,7 @@ public class SettingsScreen extends Screen
|
|||
private TextButton backButton;
|
||||
|
||||
boolean dragging = false;
|
||||
int startX, startY, x = 4, y = 4, windowWidth = 224, windowHeight = 192;
|
||||
int startX, startY, x = (ClickGUIScreen.INSTANCE.width/2)-112, y = (ClickGUIScreen.INSTANCE.height/2)-96, windowWidth = 224, windowHeight = 192;
|
||||
|
||||
public SettingsScreen(Module module)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue