Contol Windwo Update. Velocity Change implemented. FONT and some other Var and method needs to be implemented in the GUI class not in Menu Window

This commit is contained in:
Noah
2021-10-06 10:32:16 +02:00
parent 546e5cbfc0
commit 96404f1d26
5 changed files with 123 additions and 14 deletions
+3
View File
@@ -59,6 +59,9 @@ public class GUI {
return menuWindow;
}
public void setVelocity(int velocity){
control.setVelocity(velocity);
}
//TODO: Delet this Methods. Those are shit.
public void setVisibility(boolean value){