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