New Projekt Stukture

This commit is contained in:
Noah
2021-10-02 17:15:49 +02:00
parent d2ab1ba1d7
commit 0c09667677
8 changed files with 465 additions and 454 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public class Draw extends JLabel {
// for (int y = 0; y < Control.CELLCOUNT_Y; y++) {
// if (Control.cells[x][y]) {
// g.setColor(Color.BLACK);
// g.fillRect(x + GUI.XOFF, y + GUI.YOFF, 1, 1);
// g.fillRect(x + OldGUI.XOFF, y + OldGUI.YOFF, 1, 1);
// }
// }
// }