formatting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
public class Collectable extends Collidable{
|
||||
public Collectable(int x, int y, int w, int h,ImageIcon i){
|
||||
super(x,y,w,h,i);
|
||||
}
|
||||
}
|
||||
public class Collectable extends Collidable {
|
||||
public Collectable(int x, int y, int w, int h, ImageIcon i) {
|
||||
super(x, y, w, h, i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user