I really don't understand where it could be. Should I call it from my world 2 or hand class?
public abstract class Instructions
{
public static final String[] LINE =
{
"..............."+
"..............."+
"..............."
};
}String line1 = Instructions.LINE[0]; String line2 = Instructions.LINE[1];
World world = getWorld(); world.addObject(new GameOver(), world.getWidth()/2, world.getHeight()/2);