• 大小: 34.96M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: 其他
  • 标签: 其他  

资源简介

飞机大战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\ItemArraybase.class

     文件       3465  2018-09-27 20:13  LegendCarry0927\bin\item\Itembase.class

     文件        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个文件信息

评论

共有 条评论