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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user