148149150151152153154155156157158
xScale = gc.getWidth()/320f; scrWi = gc.getWidth(); scrHe = gc.getHeight(); mouz = new MousePoint(); //world = new World(); map = new Image[128][128]; for (int x = 0; x < map.length; x++) { for (int y = 0; y < map[x].length; y++) {
882883884885886887888889890891892893
obj1r = chk.getBounds(); } if (obj instanceof MousePoint) { ismouse = true; MousePoint ms = (MousePoint) obj; obj1r = ms.getBounds(); } if (obj instanceof Missile) { misile = true; Missile mis = (Missile) obj;