• 大小: 2.81M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-13
  • 语言: 其他
  • 标签: 其他  

资源简介

RaidenLite.zip

资源截图

代码片段和文件信息

package cqu;

public class AddLife extends Flyingobject{

public AddLife(int x int y) {
super(x y 30 30 Resources.addlifePNG);
}

@Override
public void move(long time) {
if (time % 40 == 0) {
y += 4;
}
if (time % 40 == 0) {
int ax = (int) (4 - Math.random() * 8) + x;
if (ax > 10 && ax < 400 - 50)
x = ax;
}

}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-10-23 23:43  RaidenLite\
     文件         301  2013-10-23 19:08  RaidenLite\.classpath
     文件         381  2013-10-23 19:08  RaidenLite\.project
     目录           0  2013-10-25 15:07  RaidenLite\.settings\
     文件          71  2013-10-25 15:07  RaidenLite\.settings\org.eclipse.core.resources.prefs
     文件         598  2013-10-23 19:08  RaidenLite\.settings\org.eclipse.jdt.core.prefs
     目录           0  2013-10-30 19:42  RaidenLite\bin\
     文件       38563  2013-10-25 15:39  RaidenLite\bin\GoogleMushroom.png
     文件        5138  2013-10-28 18:56  RaidenLite\bin\addlife.png
     文件       81577  2013-10-27 22:16  RaidenLite\bin\addlife1.png
     文件      105779  2013-10-29 12:32  RaidenLite\bin\background1.jpg
     文件      109143  2013-10-29 12:32  RaidenLite\bin\background2.jpg
     文件      185069  2013-10-29 12:46  RaidenLite\bin\background3.jpg
     文件       18316  2013-10-28 19:03  RaidenLite\bin\boss.png
     文件       51293  2013-10-27 22:16  RaidenLite\bin\boss1.png
     文件      109615  2013-10-30 19:42  RaidenLite\bin\congratulation.png
     目录           0  2013-10-30 19:42  RaidenLite\bin\cqu\
     文件         731  2013-10-28 23:28  RaidenLite\bin\cqu\AddLife.class
     文件         728  2013-10-30 18:54  RaidenLite\bin\cqu\Boss.class
     文件        1024  2013-10-29 23:41  RaidenLite\bin\cqu\Enemy.class
     文件         596  2013-10-29 23:41  RaidenLite\bin\cqu\EnemyBullet.class
     文件        1060  2013-10-30 19:53  RaidenLite\bin\cqu\Flyingobject.class
     文件       12381  2013-10-30 19:45  RaidenLite\bin\cqu\GameCanvas$1.class
     文件        7976  2013-10-30 19:45  RaidenLite\bin\cqu\GameCanvas.class
     文件         999  2013-10-30 19:51  RaidenLite\bin\cqu\Gameframe.class
     文件         425  2013-10-30 19:12  RaidenLite\bin\cqu\GameOver.class
     文件        1474  2013-10-29 03:50  RaidenLite\bin\cqu\Hero.class
     文件         593  2013-10-29 04:56  RaidenLite\bin\cqu\HeroBullet1.class
     文件         657  2013-10-30 13:11  RaidenLite\bin\cqu\HeroBullet2.class
     文件         408  2013-10-28 23:28  RaidenLite\bin\cqu\Lives.class
     文件        2024  2013-10-30 19:59  RaidenLite\bin\cqu\Resources.class
............此处省略65个文件信息

评论

共有 条评论