formatting
This commit is contained in:
10
Brick.java
10
Brick.java
@@ -1,8 +1,8 @@
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
public class Brick extends Tile {
|
||||
|
||||
public Brick(int x, int y, int w, int h){
|
||||
super(x,y,w,h,new ImageIcon("Sprites/Bricks/Brick.png"));
|
||||
}
|
||||
}
|
||||
|
||||
public Brick(int x, int y, int w, int h) {
|
||||
super(x, y, w, h, new ImageIcon("Sprites/Bricks/Brick.png"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user