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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? wall.java

?? 簡易的坦克程序
?? 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);
	}
}


?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩毛片一二三区| 日韩三级电影网址| 日韩在线一区二区| 波多野结衣91| 欧美丰满少妇xxxxx高潮对白| 精品美女在线播放| 一区二区三区四区高清精品免费观看| 日韩不卡一二三区| 色综合久久综合中文综合网| 91精品国产免费| 亚洲国产欧美日韩另类综合| 91视频在线观看| 国产精品看片你懂得| 国产中文字幕一区| 日韩一区二区三区av| 亚洲人xxxx| caoporm超碰国产精品| 日韩午夜中文字幕| 亚洲国产毛片aaaaa无费看| 91婷婷韩国欧美一区二区| 欧美在线观看一区| 在线播放一区二区三区| 日本一区二区视频在线观看| 欧美精品自拍偷拍动漫精品| 欧美三级电影在线观看| 久久精品亚洲精品国产欧美kt∨| 欧美日韩在线一区二区| 成人免费va视频| 久久国产日韩欧美精品| 26uuu欧美日本| 欧美成人艳星乳罩| 91精品办公室少妇高潮对白| 国产成人在线视频播放| 久久精品久久99精品久久| 久久精品视频免费| 国产亚洲精品超碰| 日韩欧美电影一区| 欧美精品久久久久久久多人混战| 9i在线看片成人免费| 不卡一二三区首页| 国产成人综合自拍| 精品伊人久久久久7777人| 无吗不卡中文字幕| 国产精品久久久爽爽爽麻豆色哟哟| 欧美国产精品劲爆| 精品福利二区三区| 精品理论电影在线| 日韩欧美视频一区| 欧美三级电影一区| 欧美日韩在线电影| 欧美亚洲动漫制服丝袜| 色欧美日韩亚洲| 91免费看视频| 欧美精品18+| 这里只有精品免费| 欧美一区二区三区爱爱| 制服.丝袜.亚洲.另类.中文| 欧美亚洲综合网| 欧美视频第二页| 欧美午夜影院一区| 欧美精品在线一区二区三区| 欧美日韩成人激情| 日韩视频免费直播| 亚洲精品一区二区在线观看| 精品乱码亚洲一区二区不卡| 欧美精品一区二区三区视频| 久久久国产一区二区三区四区小说| 久久久精品综合| 国产精品欧美久久久久无广告| 中文字幕在线免费不卡| 国产精品的网站| 亚洲夂夂婷婷色拍ww47| 午夜精品久久久久久久99樱桃| 蜜桃av噜噜一区| 亚洲欧洲日韩av| 免费在线成人网| 国产一区欧美二区| 99久久婷婷国产精品综合| 一本到三区不卡视频| 欧美三级欧美一级| 精品久久久久久久久久久久久久久久久 | 国内久久精品视频| 国产精品一区二区三区99| 色综合一个色综合| 欧美大片国产精品| 亚洲欧美成人一区二区三区| 麻豆精品精品国产自在97香蕉| 99视频热这里只有精品免费| 欧美大片在线观看一区| 亚洲精品国产第一综合99久久 | 午夜一区二区三区视频| 久久99久久久久| 大胆亚洲人体视频| 欧美精品1区2区| 欧美激情综合在线| 偷窥少妇高潮呻吟av久久免费| 国产成人精品免费网站| 欧美三级在线视频| 日韩一区在线免费观看| 精品中文字幕一区二区| 欧美狂野另类xxxxoooo| 国产精品夫妻自拍| 久久电影国产免费久久电影| 在线中文字幕一区| 欧美韩日一区二区三区| 国产suv精品一区二区6| 欧美mv日韩mv国产| 国产精品亚洲人在线观看| 欧美日本免费一区二区三区| 麻豆91精品91久久久的内涵| hitomi一区二区三区精品| 欧美午夜精品久久久| 亚洲成人三级小说| 亚洲大片精品永久免费| 婷婷丁香久久五月婷婷| 精品国产人成亚洲区| 亚洲成人综合网站| 日本道色综合久久| 国产精品国产精品国产专区不蜜| 国内精品伊人久久久久av一坑| 欧美精品乱人伦久久久久久| 亚洲一区二区成人在线观看| 一本色道亚洲精品aⅴ| 国产精品女同一区二区三区| 国产精品一区三区| 91麻豆精品国产91久久久久久 | 2021久久国产精品不只是精品| 免费在线看一区| 国产亚洲欧美色| 欧美天堂亚洲电影院在线播放| 自拍偷拍亚洲欧美日韩| 欧美亚洲国产一区二区三区| 亚洲一区二区三区四区的| 欧美一区二区三区色| 韩国v欧美v日本v亚洲v| 日本午夜精品视频在线观看| 国产一区二区在线影院| 国产一区二区福利| 国产在线精品一区二区不卡了| 精品国精品自拍自在线| 国产一区二区主播在线| 久久精品视频免费观看| 国产.欧美.日韩| 中文字幕一区二| 91精品福利视频| 日韩综合小视频| 日韩欧美国产小视频| 国产自产高清不卡| 国产精品美女久久久久久久久 | 色婷婷久久99综合精品jk白丝| 一区二区三区在线免费视频| 欧美这里有精品| 日韩电影在线免费看| 精品久久久久99| 成人h精品动漫一区二区三区| 亚洲精品久久嫩草网站秘色| 欧美日韩在线观看一区二区 | 亚洲综合免费观看高清完整版| 欧美日韩国产成人在线免费| 青娱乐精品在线视频| 久久久一区二区三区捆绑**| 粉嫩绯色av一区二区在线观看| 国产精品成人一区二区艾草| 欧美日韩一区三区四区| 另类综合日韩欧美亚洲| 国产三级精品视频| 欧美最猛性xxxxx直播| 麻豆传媒一区二区三区| 国产精品国产三级国产普通话99| 精品视频全国免费看| 黄色日韩三级电影| 亚洲青青青在线视频| 欧美一二三区在线| 成人天堂资源www在线| 亚洲不卡在线观看| 国产欧美视频一区二区三区| 色女孩综合影院| 精品无码三级在线观看视频| 国产精品欧美经典| 日韩亚洲欧美高清| av在线播放成人| 免费观看在线综合色| 亚洲私人影院在线观看| 日韩欧美高清一区| 91久久久免费一区二区| 国产一区二区成人久久免费影院| 欧美日韩在线一区二区| 日韩精品影音先锋| 国产精品午夜免费| 视频精品一区二区| 国产成人综合在线观看| 国产一区二区视频在线播放| 国产成人av电影在线| 欧美性淫爽ww久久久久无| 欧美第一区第二区| **欧美大码日韩| 国产在线精品免费| 色综合久久中文综合久久牛| 5566中文字幕一区二区电影| 亚洲国产岛国毛片在线|