ole #7

Merged
lgc merged 23 commits from ole into main 2024-11-26 14:01:01 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 016ef2a317 - Show all commits

View File

@ -10,6 +10,8 @@ public class startLocalGame {
ImageIcon backButtonIcon = new ImageIcon("graphics/backButton.png");
ImageIcon humanPlayerIcon = new ImageIcon("graphics/humanPlayer.png");
ImageIcon aiPlayerIcon = new ImageIcon("graphics/aiPlayer.png");
//Lustiger Test
//System.out.println("!");
// Frame
JFrame frame = new JFrame("Lokales Spiel");