added a few (yet not working) objects

This commit is contained in:
2025-11-26 23:16:15 +01:00
parent 90dc655a6b
commit 09969807f3
9 changed files with 106 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ public class Boot {
window.setLocationRelativeTo(null);
window.setVisible(true);
gamePanel.setupGame();
gamePanel.startGameThread();
}