First Velocity Control Implemented

This commit is contained in:
Noah
2021-10-06 18:47:50 +02:00
parent 23c50de11b
commit 6a8070b9ef
5 changed files with 101 additions and 49 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class Control {
public void start() {
clock = new Clock(this, gui, 1000);
clock = new Clock(this, gui);
gui = new GUI(this);
gui.createMenuWindow();