formatting

This commit is contained in:
2026-04-19 14:41:10 -05:00
parent 9f790813bb
commit a803f5e759
31 changed files with 793 additions and 795 deletions

View File

@@ -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);
}
}