@@ -0,0 +1,11 @@
import java.awt.Graphics;
import javax.swing.ImageIcon;
public class Tile extends Collidable {
public Tile(int x, int y, int w, int h,ImageIcon i){
super(x,y,w,h,i);
}
The note is not visible to the blocked user.