亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? wall.java

?? JAVA版的坦克大戰(zhàn)
?? JAVA
?? 第 1 頁 / 共 3 頁
字號:
						bulletdestoried = true;
						border[2] = null;
					}
					if(bullet.intersects(c) && shape[12] && !shape[13]){
						shape[9] = true;
						shape[13] = true;
						bulletdestoried = true;
						border[2] = null;
					}
					if(bullet.intersects(a) && !shape[8]){
						if(bulletpower == 1){
							shape[8] = true;
							shape[12] = true;
						}
						if(bulletpower == 2){
							shape[8] = true;
							shape[12] = true;
							shape[9] = true;
							shape[13] = true;
						}
						bulletdestoried = true;
						if(shape[9] && shape[13])
							border[2] = null;
					}
					if(bullet.intersects(c) && !shape[12]){
						if(bulletpower == 1){
							shape[8] = true;
							shape[12] = true;
						}
						if(bulletpower == 2){
							shape[8] = true;
							shape[12] = true;
							shape[9] = true;
							shape[13] = true;
						}
						bulletdestoried = true;
						if(shape[9] && shape[13])
							border[2] = null;
					}
				}
			}
			if(border[2] != null){
				if(bullet.intersects(border[2]) && bulletdirection == 2 && !(bullet.intersects(b) && ((!shape[4] || !shape[5]) || (shape[4] && shape[5] && shape[8] && shape[9])))){
					if(bullet.intersects(b) && shape[9] && !shape[8]){
						shape[8] = true;
						shape[12] = true;
						bulletdestoried = true;
						border[2] = null;
					}
					if(bullet.intersects(d) && shape[13] && !shape[12]){
						shape[8] = true;
						shape[12] = true;
						bulletdestoried = true;
						border[2] = null;
					}
					if(bullet.intersects(b) && !shape[9]){
						if(bulletpower == 1){
							shape[9] = true;
							shape[13] = true;
						}
						if(bulletpower == 2){
							shape[9] = true;
							shape[13] = true;
							shape[8] = true;
							shape[12] = true;
						}
						bulletdestoried = true;
						if(shape[8] && shape[12])
							border[2] = null;
					}
					if(bullet.intersects(d) && !shape[13]){
						if(bulletpower == 1){
							shape[9] = true;
							shape[13] = true;
						}
						if(bulletpower == 2){
							shape[9] = true;
							shape[13] = true;
							shape[8] = true;
							shape[12] = true;
						}
						bulletdestoried = true;
						if(shape[8] && shape[12])
							border[2] = null;
					}
				}
			}

		}
  //************************************************************************************
		if(border[3] != null ){
			Rectangle a = new Rectangle(border[3].x, border[3].y, 5, 5);
			Rectangle b = new Rectangle(border[3].x + 7, border[3].y, 5, 5);
			Rectangle c = new Rectangle(border[3].x, border[3].y + 7, 5, 5);
			Rectangle d = new Rectangle(border[3].x + 7, border[3].y + 7, 5, 5);
			if(border[3] != null ){
				if(bullet.intersects(border[3]) && bulletdirection == 1 && !(bullet.intersects(a) && ((!shape[9] || !shape[13]) || (shape[9] && shape[10] && shape[13] && shape[14])))){
					if(bullet.intersects(a) && shape[10] && !shape[14]){
						shape[14] = true;
						shape[15] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(b) && shape[11] && !shape[15]){
						shape[14] = true;
						shape[15] = true;
						bulletdestoried = true;
							border[3] = null;
					}
					if(bullet.intersects(a) && !shape[10]) {
						if(bulletpower == 1){
							shape[10] = true;
							shape[11] = true;
						}
						if(bulletpower == 2){
							shape[10] = true;
							shape[11] = true;
							shape[14] = true;
							shape[15] = true;
						}
						bulletdestoried = true;
						if(shape[14] && shape[15])
							border[3] = null;
					}
					if(bullet.intersects(b) && !shape[11]) {
						if(bulletpower == 1){
							shape[10] = true;
							shape[11] = true;
						}
						if(bulletpower == 2){
							shape[10] = true;
							shape[11] = true;
							shape[14] = true;
							shape[15] = true;
						}
						bulletdestoried = true;
						if(shape[14] && shape[15])
							border[3] = null;
					}
				}
			}
			if(border[3] != null){
				if(bullet.intersects(border[3]) && bulletdirection == 0 && !(bullet.intersects(c) && ((!shape[9] || !shape[13]) || (shape[9] && shape[10] && shape[13] && shape[14])))){
					if(bullet.intersects(c) && shape[14] && !shape[10]){
						shape[10] = true;
						shape[11] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(d) && shape[15] && !shape[11]){
						shape[10] = true;
						shape[11] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(c) && !shape[14]){
						if(bulletpower == 1){
							shape[14] = true;
							shape[15] = true;
						}
						if(bulletpower == 2){
							shape[14] = true;
							shape[15] = true;
							shape[10] = true;
							shape[11] = true;
						}
						bulletdestoried = true;
						if(shape[10] && shape[11])
							border[3] = null;
					}
					if(bullet.intersects(d) && !shape[15]){
						if(bulletpower == 1){
							shape[14] = true;
							shape[15] = true;
						}
						if(bulletpower == 2){
							shape[14] = true;
							shape[15] = true;
							shape[10] = true;
							shape[11] = true;
						}
						bulletdestoried = true;
						if(shape[10] && shape[11])
							border[3] = null;
					}
				}
			}
			if(border[3] != null){
				if(bullet.intersects(border[3]) && bulletdirection == 3 && !(bullet.intersects(a) && ((!shape[6] || !shape[7]) || (shape[6] && shape[7] && shape[10] && shape[11])))){
					if(bullet.intersects(a) && shape[10] && !shape[11]){
						shape[11] = true;
						shape[15] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(c) && shape[14] && !shape[15]){
						shape[11] = true;
						shape[15] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(a) && !shape[10]){
						if(bulletpower == 1){
							shape[10] = true;
							shape[14] = true;
						}
						if(bulletpower == 2){
							shape[10] = true;
							shape[14] = true;
							shape[11] = true;
							shape[15] = true;
						}
						bulletdestoried = true;
						if(shape[11] && shape[15])
							border[3] = null;
					}
					if(bullet.intersects(c) && !shape[14]){
						if(bulletpower == 1){
							shape[10] = true;
							shape[14] = true;
						}
						if(bulletpower == 2){
							shape[10] = true;
							shape[14] = true;
							shape[11] = true;
							shape[15] = true;
						}
						bulletdestoried = true;
						if(shape[11] && shape[15])
							border[3] = null;
					}
				}
			}
			if(border[3] != null){
				if(bullet.intersects(border[3]) && bulletdirection == 2 && !(bullet.intersects(b) && ((!shape[6] || !shape[7]) || (shape[6] && shape[7] && shape[10] && shape[11])))){
					if(bullet.intersects(b) && shape[11] && !shape[10]){
						shape[10] = true;
						shape[14] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(d) && shape[15] && !shape[14]){
						shape[10] = true;
						shape[14] = true;
						bulletdestoried = true;
						border[3] = null;
					}
					if(bullet.intersects(b) && !shape[11]){
						if(bulletpower == 1){
							shape[11] = true;
							shape[15] = true;
						}
						if(bulletpower == 2){
							shape[11] = true;
							shape[15] = true;
							shape[10] = true;
							shape[14] = true;
						}
						bulletdestoried = true;
						if(shape[10] && shape[14])
							border[3] = null;
					}
					if(bullet.intersects(d) && !shape[15]){
						if(bulletpower == 1){
							shape[11] = true;
							shape[15] = true;
						}
						if(bulletpower == 2){
							shape[11] = true;
							shape[15] = true;
							shape[10] = true;
							shape[14] = true;
						}
						bulletdestoried = true;
						if(shape[10] && shape[14])
							border[3] = null;
					}
				}
			}

		}

	}
//===========================================================================================



	public int getxPos(){
		return xPos;
	}

	public int getyPos(){
		return yPos;
	}

	public boolean Bulletdestoried(){
		return bulletdestoried;
	}

	public void restore(){
		bulletdestoried = false;
	}

	public boolean walldestoried(){
		boolean walldestory = false;
		if(border[0] == null && border[1] == null && border[2] == null && border[3] == null)
			walldestory = true;
		return walldestory;
	}

	public Rectangle getborder(){
		return new Rectangle(xPos - 12, yPos - 12, 25, 25);
	}

	public Rectangle[] detailborder(){
		return border;
	}


	public void draw(Graphics g) {
		g.setColor(new Color(128, 64, 0));
		if(shape[0])
			g.fillRect(xPos - 12, yPos - 12, 7, 7);
		if(shape[1])
			g.fillRect(xPos - 6, yPos - 12, 7, 7);
		if(shape[2])
			g.fillRect(xPos, yPos - 12, 7, 7);
		if(shape[3])
			g.fillRect(xPos + 6, yPos - 12, 7, 7);
		if(shape[4])
			g.fillRect(xPos - 12, yPos - 6, 7, 7);
		if(shape[5])
			g.fillRect(xPos - 6, yPos - 6, 7, 7);
		if(shape[6])
			g.fillRect(xPos, yPos - 6, 7, 7);
		if(shape[7])
			g.fillRect(xPos + 6, yPos - 6, 7, 7);
		if(shape[8])
			g.fillRect(xPos - 12, yPos, 7, 7);
		if(shape[9])
			g.fillRect(xPos - 6, yPos, 7, 7);
		if(shape[10])
			g.fillRect(xPos, yPos, 7, 7);
		if(shape[11])
			g.fillRect(xPos + 6, yPos, 7, 7);
		if(shape[12])
			g.fillRect(xPos - 12, yPos + 6, 7, 7);
		if(shape[13])
			g.fillRect(xPos - 6, yPos + 6, 7, 7);
		if(shape[14])
			g.fillRect(xPos, yPos + 6, 7, 7);
		if(shape[15])
			g.fillRect(xPos + 6, yPos + 6, 7, 7);
	}
}


?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩黄视频| 亚洲精品视频在线| 欧美日韩你懂得| 亚洲欧美aⅴ...| 色综合视频在线观看| 中文字幕一区二区三区在线不卡| 韩国女主播一区| 欧美国产精品一区二区三区| 成人妖精视频yjsp地址| 中国av一区二区三区| 成人高清在线视频| 国产精品久久夜| 在线一区二区观看| 日韩电影在线免费| 久久综合九色综合欧美就去吻 | 国产精品久久久久国产精品日日| 成人app下载| 丝袜国产日韩另类美女| 精品女同一区二区| caoporm超碰国产精品| 五月综合激情网| 久久日一线二线三线suv| 不卡的av在线| 亚洲尤物在线视频观看| 欧美一区欧美二区| 成人动漫一区二区三区| 亚洲第一在线综合网站| 亚洲精品一区二区三区99| 国产91丝袜在线播放| 日韩理论片网站| 精品影视av免费| 国产精品的网站| 欧美日韩国产一级二级| 久久精品二区亚洲w码| 国产欧美一区二区精品忘忧草| 成人avav在线| 亚洲国产另类精品专区| 欧美电视剧在线看免费| 成人免费毛片片v| 亚洲国产精品嫩草影院| 欧美精品久久一区| 国产成人自拍网| 亚洲影院久久精品| 精品国免费一区二区三区| 成人少妇影院yyyy| 亚洲一区二区三区小说| 精品久久久三级丝袜| 本田岬高潮一区二区三区| 国产三区在线成人av| 色吧成人激情小说| 国产精品综合av一区二区国产馆| 国产日韩高清在线| 欧美精品1区2区| 99久久久国产精品免费蜜臀| 午夜欧美大尺度福利影院在线看| www一区二区| 激情文学综合网| 日韩在线卡一卡二| 亚洲欧洲综合另类| 久久久久久久性| 欧美精品久久99| 99视频在线精品| 久久99国产精品尤物| 亚洲精品免费在线观看| 久久午夜老司机| 在线电影国产精品| 色综合天天综合网天天狠天天 | 日韩免费性生活视频播放| av一二三不卡影片| 精品亚洲国产成人av制服丝袜| 一区二区三区在线视频观看| 精品日韩av一区二区| 欧美美女一区二区| 91女人视频在线观看| 精品综合免费视频观看| 亚洲国产乱码最新视频| 亚洲男人电影天堂| 欧美激情一区二区三区全黄| 日韩丝袜情趣美女图片| 7777精品久久久大香线蕉| 色婷婷久久久久swag精品| 成人h动漫精品一区二| 狠狠色丁香久久婷婷综合_中| 午夜精品福利一区二区蜜股av| 亚洲色图视频网站| 中文在线一区二区| 欧美一二三区在线观看| xf在线a精品一区二区视频网站| 欧美一区二区日韩一区二区| 欧美日韩中文另类| 欧美性猛交xxxxxx富婆| 色综合网站在线| 一本到不卡免费一区二区| 成人av资源在线| 高清日韩电视剧大全免费| 国内精品国产成人国产三级粉色 | 久草这里只有精品视频| 日本一区中文字幕| 亚洲v日本v欧美v久久精品| 亚洲欧美日韩国产中文在线| 日韩伦理电影网| 亚洲免费观看在线视频| 亚洲精品第1页| 一区二区三区国产精华| 亚洲一区在线观看免费| 国产日韩欧美精品一区| 亚洲免费毛片网站| 亚洲综合在线第一页| 亚洲一区二区三区四区不卡| 亚洲一线二线三线视频| 日韩精彩视频在线观看| 免费观看成人鲁鲁鲁鲁鲁视频| 久久99在线观看| 国产成人精品一区二区三区网站观看| 国产大陆a不卡| 成人黄色777网| 91片黄在线观看| 在线不卡免费av| 久久夜色精品国产欧美乱极品| 国产亚洲1区2区3区| 中文字幕中文字幕一区| 亚洲免费av高清| 蜜桃av噜噜一区二区三区小说| 国产毛片精品视频| 91视频国产资源| 制服丝袜一区二区三区| 欧美日韩不卡在线| 欧美一区二区三区在线观看 | 一区二区三区久久| 久久精品国产久精国产爱| 91视频.com| 在线观看日产精品| 欧美变态tickle挠乳网站| 日本一区二区高清| 五月激情综合网| 成人永久aaa| 精品国产免费一区二区三区四区| 欧美一区二区免费视频| 久久精品视频在线看| 亚洲综合成人网| 激情小说亚洲一区| 欧美在线免费视屏| 久久精品一二三| 同产精品九九九| 久久国产精品99精品国产| 成人性视频免费网站| 欧美精品久久99久久在免费线| 欧美韩国日本综合| 中文字幕一区二区三区四区不卡 | 亚洲国产精品欧美一二99| 国产精品性做久久久久久| 欧美在线观看一二区| 久久久久久久综合日本| 亚洲一区日韩精品中文字幕| 国产乱一区二区| 欧美精品xxxxbbbb| 综合亚洲深深色噜噜狠狠网站| 蓝色福利精品导航| caoporen国产精品视频| 精品久久一二三区| 日韩**一区毛片| 久久一夜天堂av一区二区三区| 五月婷婷综合激情| 色成人在线视频| 国产精品美女久久久久久| 久久成人av少妇免费| 欧美综合在线视频| 亚洲色图丝袜美腿| 丁香婷婷综合五月| 欧美丝袜第三区| 亚洲亚洲人成综合网络| 99视频一区二区| 欧美激情在线一区二区三区| 久久9热精品视频| 日韩欧美电影在线| 午夜精品123| 欧美欧美午夜aⅴ在线观看| 亚洲欧美另类综合偷拍| 91网站在线观看视频| 中文字幕一区二区三区视频| 成人综合在线视频| 国产欧美日韩视频在线观看| 国产综合成人久久大片91| 欧美成人伊人久久综合网| 麻豆国产精品一区二区三区 | 亚洲欧美一区二区三区久本道91| 国产成a人无v码亚洲福利| 精品第一国产综合精品aⅴ| 免费成人性网站| 6080yy午夜一二三区久久| 久久99国产乱子伦精品免费| 日韩视频在线你懂得| 精品一区二区国语对白| 久久久青草青青国产亚洲免观| 韩国av一区二区| 久久九九全国免费| 成人丝袜高跟foot| 亚洲成a天堂v人片| 91精品国产色综合久久ai换脸 | 51精品国自产在线|