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
This commit is contained in:
+18
-16
@@ -1,7 +1,6 @@
|
||||
package main;
|
||||
|
||||
|
||||
import data.database.DataBase;
|
||||
import game.Control;
|
||||
|
||||
public class Main {
|
||||
@@ -13,27 +12,30 @@ public class Main {
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
|
||||
Control control = new Control();
|
||||
control.start();
|
||||
DataBase dataBase = new DataBase();
|
||||
// DataBase dataBase = new DataBase();
|
||||
// dataBase.deleteTables();
|
||||
// dataBase.createTables();
|
||||
|
||||
|
||||
// boolean[][] cells = new boolean[44][66];
|
||||
//
|
||||
// for (int x = 0; x < 6; x++) {
|
||||
// for (int y = 0; y < 6; y++) {
|
||||
// cells[x][y] = false;
|
||||
// }
|
||||
// }
|
||||
//
|
||||
//
|
||||
// cells[3][3] = true;
|
||||
//
|
||||
// dataBase.saveGrid(cells, "whoa", 88);
|
||||
//
|
||||
// boolean[][] cells = new boolean[44][66];
|
||||
|
||||
//for (int x = 0; x < 6; x++) {
|
||||
// for (int y = 0; y < 6; y++) {
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
// for (int x = 0; x < 6; x++) {
|
||||
// for (int y = 0; y < 6; y++) {
|
||||
// cells[x][y] = true;
|
||||
// }
|
||||
// }
|
||||
|
||||
// dataBase.saveGrid(cells, "Noah", 1012);
|
||||
|
||||
// System.out.println(dataBase.getAllGrids());
|
||||
|
||||
// boolean[][] x = dataBase.getGrid("penis");
|
||||
|
||||
Reference in New Issue
Block a user