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

Database Update
This commit is contained in:
Noah
2021-12-01 12:40:11 +01:00
parent 1b05840e5b
commit 031e7ee47d
7 changed files with 196 additions and 37 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ public class GUI {
gameWindow.showGrid(grid);
}
public void buildGameWindow(int xSize, int ySize, int cellCount, StartMode startMode){
public void buildGameWindow(int xSize, int ySize, int cellCount, String startMode){
control.buildGameWindow(xSize, ySize, cellCount, startMode);
}