Gestions de petits problemes de code
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user