what would i have to do to put 2 images in the string i tried doing this but it doesnt work
public Invaders(String b)
{
setImage("Marine.PNG", "spearman.png");
}
