-
大小: 0.63M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-01
- 標(biāo)簽: 飛機(jī)大戰(zhàn)??飛機(jī)??
資源簡(jiǎn)介
代碼片段和文件信息
package?com.tarena.fly;
import?java.util.Random;
/**
?*?敵飛機(jī):?是飛行物,也是敵人
?*/
public?class?Airplane?extends?Flyingobject?implements?Enemy?{
private?int?speed?=?3;??//移動(dòng)步驟
/**?初始化數(shù)據(jù)?*/
public?Airplane(){
this.image?=?ShootGame.airplane;
width?=?image.getWidth();
height?=?image.getHeight();
y?=?-height;??????????
Random?rand?=?new?Random();
x?=?rand.nextInt(ShootGame.WIDTH?-?width);
}
/**?獲取分?jǐn)?shù)?*/
@Override
public?int?getScore()?{??
return?5;
}
/**?//越界處理?*/
@Override
public? boolean?outOfBounds()?{???
return?y>ShootGame.HEIGHT;
}
/**?移動(dòng)?*/
@Override
public?void?step()?{???
y?+=?speed;
}
public?void?step1()?{???
}
public?Bullet[]?shoot(){
return?null;
}
public?Bullet1[]?shoot1(){???
int?xStep?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-30?20:11??Shoot\
?????文件?????????370??2015-08-09?16:31??Shoot\.classpath
?????文件?????????381??2014-12-19?10:20??Shoot\.project
?????目錄???????????0??2016-01-30?20:11??Shoot\.settings\
?????文件?????????629??2014-12-19?10:20??Shoot\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2016-01-30?20:11??Shoot\bin\
?????目錄???????????0??2016-01-30?20:11??Shoot\bin\com\
?????目錄???????????0??2016-01-30?20:11??Shoot\bin\com\tarena\
?????目錄???????????0??2016-01-30?20:11??Shoot\bin\com\tarena\fly\
?????文件???????65251??2015-08-09?16:31??Shoot\bin\com\tarena\fly\1111111.JPG
?????文件????????1496??2015-08-09?17:31??Shoot\bin\com\tarena\fly\Airplane.class
?????文件?????????213??2015-08-09?16:31??Shoot\bin\com\tarena\fly\Award.class
?????文件????????1479??2015-08-09?17:34??Shoot\bin\com\tarena\fly\Bee.class
?????文件????????1509??2015-08-09?17:34??Shoot\bin\com\tarena\fly\BigAirplane.class
?????文件????????1054??2015-08-09?17:25??Shoot\bin\com\tarena\fly\Bullet.class
?????文件????????1007??2015-08-09?17:34??Shoot\bin\com\tarena\fly\Bullet1.class
?????文件?????????131??2015-08-09?16:31??Shoot\bin\com\tarena\fly\Enemy.class
?????文件????????1757??2015-08-09?17:23??Shoot\bin\com\tarena\fly\Flyingob
?????文件????????2619??2015-08-09?17:25??Shoot\bin\com\tarena\fly\Hero.class
?????文件????????1808??2015-08-12?18:47??Shoot\bin\com\tarena\fly\ShootGame$1.class
?????文件?????????939??2015-08-12?18:47??Shoot\bin\com\tarena\fly\ShootGame$2.class
?????文件????????9488??2015-08-12?18:47??Shoot\bin\com\tarena\fly\ShootGame.class
?????文件???????64512??2015-07-17?15:48??Shoot\bin\com\tarena\fly\Thumbs.db
?????文件????????3575??2014-12-19?10:20??Shoot\bin\com\tarena\fly\airplane.png
?????文件???????65251??2015-08-09?16:32??Shoot\bin\com\tarena\fly\background.png
?????文件????????6405??2014-12-19?10:20??Shoot\bin\com\tarena\fly\bee.png
?????文件???????28993??2015-08-09?16:38??Shoot\bin\com\tarena\fly\bigAirplane.png
?????文件?????????408??2014-12-19?10:20??Shoot\bin\com\tarena\fly\bullet.png
?????文件???????20220??2014-12-19?10:20??Shoot\bin\com\tarena\fly\gameover.png
?????文件???????28556??2015-08-09?16:44??Shoot\bin\com\tarena\fly\hero0.png
?????文件???????28556??2015-08-09?16:45??Shoot\bin\com\tarena\fly\hero1.png
............此處省略28個(gè)文件信息
評(píng)論
共有 條評(píng)論