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 Generation in Game Windoms title.
This commit is contained in:
@@ -143,6 +143,14 @@ public class GUI {
|
||||
control.multipleGenSkip(generations);
|
||||
}
|
||||
|
||||
public int getGeneration(){
|
||||
return control.getGeneration();
|
||||
}
|
||||
|
||||
public void updateGameWindowTitle(int gen){
|
||||
gameWindow.updateTitle(gen);
|
||||
}
|
||||
|
||||
//TODO: Delet this Methods. Those are shit.
|
||||
public void setVisibility(boolean value){
|
||||
controlWindow.setVisibility(value);
|
||||
|
||||
Reference in New Issue
Block a user