xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.63M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-01
  • 標簽: 飛機大戰??飛機??

資源簡介


資源截圖

代碼片段和文件信息

package?com.tarena.fly;

import?java.util.Random;

/**
?*?敵飛機:?是飛行物,也是敵人
?*/
public?class?Airplane?extends?Flyingobject?implements?Enemy?{
private?int?speed?=?3;??//移動步驟

/**?初始化數據?*/
public?Airplane(){
this.image?=?ShootGame.airplane;
width?=?image.getWidth();
height?=?image.getHeight();
y?=?-height;??????????
Random?rand?=?new?Random();
x?=?rand.nextInt(ShootGame.WIDTH?-?width);
}

/**?獲取分數?*/
@Override
public?int?getScore()?{??
return?5;
}

/**?//越界處理?*/
@Override
public? boolean?outOfBounds()?{???
return?y>ShootGame.HEIGHT;
}

/**?移動?*/
@Override
public?void?step()?{???
y?+=?speed;
}
public?void?step1()?{???

}

public?Bullet[]?shoot(){
return?null;
}

public?Bullet1[]?shoot1(){???
int?xStep?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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\Flyingobject.class
?????文件????????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個文件信息

評論

共有 條評論