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

Update Velocity SLider to have the right Starting Value.
This commit is contained in:
Noah
2021-11-30 10:47:44 +01:00
parent 319ca9e306
commit 359b153460
4 changed files with 15 additions and 6 deletions
+4
View File
@@ -151,6 +151,10 @@ public class GUI {
gameWindow.updateTitle(gen);
}
public int getVelocity(){
return control.getVelocity();
}
//TODO: Delet this Methods. Those are shit.
public void setVisibility(boolean value){
controlWindow.setVisibility(value);