I am trying to put an integer into the showText method but it comes up with:
int cannot be converted into java.lang.string
this is my current code:
public Main()
{
super(1000, 650, 1);
prepare();
showText(lives, 50, 50);
}
