113114115116117118119120121122123
goal = new Goal(); LevelData.setGoal(goal); // use custom cursor Game.setCursor(Game.INVISIBLE); cursor = new Cursor(); // set up hits hitLimit = LevelData.getLimit(); for(int i = 0; i < hitLimit; i++) { hitBalls.add(new HitBall(14 + i * 16, 14));