fix: some fixes and actual L piece
This commit is contained in:
@@ -11,7 +11,6 @@ private boolean[][] motif = new boolean[3][3];
|
||||
motif[1][0] = true;
|
||||
motif[2][0] = true;
|
||||
motif[2][1] = true;
|
||||
motif[2][2] = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package org.Views;
|
||||
|
||||
import org.Models.GridLayoutCarre;
|
||||
import org.Models.GridLayoutCarre;
|
||||
import org.Models.Jeu;
|
||||
import org.Models.PieceCourante;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package org.Views;
|
||||
|
||||
import javax.swing.*;
|
||||
import javax.swing.*;
|
||||
|
||||
import org.Models.*;
|
||||
|
||||
@@ -6,8 +6,6 @@ import javax.swing.*;
|
||||
import java.awt.*;
|
||||
import java.awt.event.ComponentAdapter;
|
||||
import java.awt.event.ComponentEvent;
|
||||
import java.awt.event.ComponentAdapter;
|
||||
import java.awt.event.ComponentEvent;
|
||||
|
||||
public class VueTetris extends JFrame {
|
||||
private static Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
|
||||
@@ -15,8 +13,6 @@ public class VueTetris extends JFrame {
|
||||
public static double tailleJFrameY = screenSize.getHeight() / 2;
|
||||
private VueGrille vueGrille;
|
||||
private VueBandeauControle vueControle;
|
||||
private VueGrille vueGrille;
|
||||
private VueBandeauControle vueControle;
|
||||
|
||||
public VueTetris(Grille grille, Jeu jeu) {
|
||||
super("Tetris");
|
||||
|
||||
Reference in New Issue
Block a user