initial commit
This commit is contained in:
10
Amendment.java
Normal file
10
Amendment.java
Normal file
@@ -0,0 +1,10 @@
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
|
||||
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"));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user