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