Gestions de petits problemes de code

This commit is contained in:
2024-10-24 18:57:28 +02:00
parent 0513256860
commit bddb013f02
4 changed files with 8 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ public class GameView extends JFrame {
private JPanel createHexagonGrid() {
return new HexagonGridPanel();
}
// Ajouter un hexagone à une position donnée
private void addHexagonTile(Point position, JPanel panel, int hexSize) {