资源简介
飞机大战3.0工程PPT视频.rar
代码片段和文件信息
package carry3;
import gamerole.Hero;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Toolkit;
import javax.swing.ImageIcon;
//放一些公共数据
public class GameTool {
public static Graphics g;
public static Dimension dim;
/*声明背景边界*/
public static int bgX ;
public static int bgY ;
public static MyPanel panel;
public static void init()
{
dim= Toolkit.getDefaultToolkit().getScreenSize() ;
bgX = dim.width;
bgY = dim.height-50-30; //屏幕-底-标题栏
System.out.println(“== game tool “+bgX+““+bgY);
}
public static int cnt = 0 ; //时间轴
public static void timeclip()
{
cnt++;
}
///////////
public static int[] enemyR=new int[]{25 25252525 25252525
40404040 60607575}; //敌机碰撞检测半径
public static int enemyImgType=1; //敌机图片
public static int bgImgType=1; // 图片
public static int bossState=0; //0no 1:init 2.inited
public static int gameState=0; //0 play; 1:innerScene inner Win 2.fail
public static int bossImgType=1; // 图片
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2305049 2018-09-28 21:41 飞机大战0927 类和功能.pptx
文件 301 2016-12-26 19:05 LegendCarry0927\.classpath
文件 391 2018-09-27 20:13 LegendCarry0927\.project
文件 629 2016-12-26 19:05 LegendCarry0927\.settings\org.eclipse.jdt.core.prefs
文件 1606 2018-09-27 20:13 LegendCarry0927\bin\carry3\GameTool.class
文件 3423 2018-09-27 21:14 LegendCarry0927\bin\carry3\MyPanel.class
文件 1306 2018-09-27 21:14 LegendCarry0927\bin\carry3\Scene.class
文件 1381 2018-09-27 21:12 LegendCarry0927\bin\carry3\SceneFail.class
文件 1305 2018-09-27 21:12 LegendCarry0927\bin\carry3\SceneInner.class
文件 1178 2018-09-27 21:17 LegendCarry0927\bin\carry3\Started.class
文件 1125 2018-09-27 20:46 LegendCarry0927\bin\carry3\UserListen.class
文件 2301 2018-09-27 21:03 LegendCarry0927\bin\gamerole\Boss.class
文件 1605 2018-09-27 21:03 LegendCarry0927\bin\gamerole\BulletArray.class
文件 3351 2018-09-27 21:06 LegendCarry0927\bin\gamerole\EnemyArray.class
文件 2163 2018-09-27 21:03 LegendCarry0927\bin\gamerole\EnemyBulletArray.class
文件 2142 2018-09-27 20:13 LegendCarry0927\bin\gamerole\EquipArray.class
文件 1974 2018-09-27 20:24 LegendCarry0927\bin\gamerole\Hero.class
文件 354 2018-09-27 20:13 LegendCarry0927\bin\item\HitData.class
文件 1705 2018-09-27 20:13 LegendCarry0927\bin\item\ItemArrayba
文件 3465 2018-09-27 20:13 LegendCarry0927\bin\item\Itemba
文件 156 2018-09-27 20:13 LegendCarry0927\bin\item\Path.class
文件 882 2018-09-27 20:13 LegendCarry0927\bin\item\PathForward.class
文件 675 2018-09-27 20:13 LegendCarry0927\bin\item\PathLine.class
文件 1201 2018-09-27 20:55 LegendCarry0927\bin\item\PathLineTo.class
文件 844 2018-09-27 20:13 LegendCarry0927\bin\item\PathLoop.class
文件 890 2018-09-27 20:13 LegendCarry0927\bin\item\PathLoop2.class
文件 889 2018-09-27 20:13 LegendCarry0927\bin\item\PathPao.class
文件 1104 2018-09-27 20:27 LegendCarry0927\bin\item\PathPao2.class
文件 1208 2018-09-27 20:27 LegendCarry0927\bin\item\PathPao3.class
文件 27569 2018-09-26 17:57 LegendCarry0927\img\167156859.jpg
............此处省略77个文件信息
- 上一篇:stm32f4 全部资源
- 下一篇:教材亿阻电路与多稳定性包伯成.pdf
相关资源
- 教材亿阻电路与多稳定性包伯成.pdf
- Hecht-optics-5ed.pdf
- AFirstCourseinOptimizationTheory.pdf
- weixin_42258871_10427784.zip
- SS-DSP笔记.pdf
- in-sight.zip
- 矩形波导.zip
- bootdo.zip
- SendMMS.zip
- 爱快Q25(089b4b6000b2)(1).bin
- 统计学习导论-基于R应用书+思维导图
- 海康威视VISIO图库图标大全.rar
- api.rar
- 大话数据结构_最高清版_带目录.pdf
- VisualC基础教程_方芳_北京理工大学出
- 高等线性代数张贤科高清.pdf
- 2019影视APP代理越权多级分销带第三方
- 需求工程实践者之路原书第4版7.pdf
- QHB180207A.zip
- jyxt交易所.zip
- omnet(1).rar
- 电力系统仿真.rar
- DevXUnityUnpackerTools275.zip
- potatsolite.zip
- News.zip
- 信号与系统郑君里第三版最新版.rar
- AxureRP9.zip
- 管理工具V1.7-20200610.zip
- VisualAssistX_10.9.2108.zip
- 微信H5扫雷红包独立版源码可完美运营
评论
共有 条评论