资源简介
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\Flyingob
文件 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\Gamefr
文件 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个文件信息
相关资源
- 希捷硬盘套件助系统构建商把握Vist
- 可以在XE下使用的DosCommand,捕获控制
- 如何使用VC和OD调试OCX控件
- 计算机三级-网络技术-第4大题题库-共
- 雷柏v700s机械键盘驱动 v1.0.0.1 官方版
- weui手机商城模板在线
- BMA250手册word和PDF(博文配到资源)
- Delphi时钟助手源码,定时关机、提醒
- Cisco无线AP全部配置文件(AIR-1200系列
- 安卓手机PC端一键重启工具
- ManualIciMapping_v3.1
- 集客9341固件ap
- 遍历USB设备,获取USB序列号
- delphi源码-实现软件注册机
- Microservices_Designing_Deploying
-
Design for em
bedded Image Processing on FPG - GNU/Linux系统开发者需要从桌面突破
- Concurrency in Go(EarlyRelease) 无水印p
- cfx中ccl语言使用手册
- 单元测试一条龙1.50final
- 金丰300T级进冲床电气控制原理图1
- DSP实验(10次实验有详细步骤)
- HP Compaq 8200 Elite 系列商用台式机
- 2019年软考高级下半年信息系统项目管
- Assembly Language for x86 Processors (7th Ed
- Mule基础教程中文版
- 易语言凡哥记事本V1源码易语言凡哥记
- 易语言码表文本加解密模块源码
- DIR2病毒源代码(汇编语言编写)
- ADC0809的采样控制电路的实现.doc
评论
共有 条评论