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