• 大小: 1.07MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-10-01
  • 语言: Java
  • 标签: 游戏  

资源简介

植物大战僵尸供大家玩!!!

资源截图

代码片段和文件信息

package com.common;


public interface ConstantData {
int WIDTH = 800;
int HEIGHT = 600;

int LEFT_OFFSET = 220;
int SEED_OFFSET = 15;

int ADD_SUN_OFFSET = 79;
int ADD_SUN_COUNT_X_OFFSET = 16;
int ADD_SUN_COUNT_y_OFFSET = 80;
int TOP_OFFSET = 9;
int CARD_WIDTH = 50;
int CARD_HEIGHT = 70;
int CARD_GAP_W = 2;
int CARD_GAP_H = 1;

int DEFAULT_FPS = 120;  //缺省间隔秒数

int MAP_WEST_OFFSET = 32;   //画面左边距
int MAP_TOP_OFFSET = 82;    //画面上边距


int MAP_COL = 9;
int MAP_ROW = 5;

int MAP_RECT_WIDTH = 81;     //草坪每格宽度
int MAP_RECT_HEIGHT = 98;    //草坪每格高度

int PLANT_WIDTH = 75;     //植物宽度
int PLANT_HEIGHT = 90;    //植物高度

int Normal_Zombie_WIDTH = 90;
int Normal_Zombie_HEIGHT = 130;

PlantType[][] seedMap = new PlantType[][]{
{PlantType.SingleBullet PlantType.SunFlower PlantType.Cherry PlantType.SmallStone PlantType.Mine PlantType.ColdBullet PlantType.Eat PlantType.DoubBullet}
{}
};
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        301  2012-06-07 15:10  ZobieDemo\.classpath

     文件        385  2012-06-07 15:10  ZobieDemo\.project

     文件        629  2012-06-07 15:10  ZobieDemo\.settings\org.eclipse.jdt.core.prefs

     文件       1466  2018-06-23 14:02  ZobieDemo\bin\com\common\ConstantData.class

     文件       1724  2018-06-13 16:59  ZobieDemo\bin\com\common\PlantType.class

     文件        463  2018-06-13 16:59  ZobieDemo\bin\com\entity\Plant.class

     文件       3100  2018-06-13 16:59  ZobieDemo\bin\com\entity\SeedCard.class

     文件       1153  2018-06-13 16:59  ZobieDemo\bin\com\entity\SingleBulletPlant.class

     文件        792  2018-06-13 16:59  ZobieDemo\bin\com\entity\SunFlowerPlant.class

     文件        401  2018-06-13 16:59  ZobieDemo\bin\com\entity\Zombie.class

     文件       1996  2018-06-13 16:59  ZobieDemo\bin\com\ui\AnimateZombie.class

     文件       5335  2018-06-13 17:53  ZobieDemo\bin\com\ui\GamePlay.class

     文件       2053  2018-06-13 17:53  ZobieDemo\bin\com\ui\Mainframe.class

     文件        688  2018-06-13 17:53  ZobieDemo\bin\com\ui\MenuPanel$1.class

     文件       2280  2018-06-13 17:53  ZobieDemo\bin\com\ui\MenuPanel.class

     文件       2399  2018-06-13 16:59  ZobieDemo\bin\com\ui\PlantsBar.class

     文件       3837  2018-06-13 16:59  ZobieDemo\bin\com\ui\PlantsMap.class

     文件       1227  2018-06-13 16:59  ZobieDemo\bin\com\util\ImageUtil.class

     文件      23115  2012-06-13 09:29  ZobieDemo\image\allseeds.png

     文件      21228  2012-06-13 09:31  ZobieDemo\image\allseeds_dark.png

     文件     171907  2011-09-12 17:40  ZobieDemo\image\background1.jpg

     文件        906  2001-07-29 18:10  ZobieDemo\image\bullet.gif

     文件     680606  2011-09-12 17:40  ZobieDemo\image\menu.png

     文件      18870  2011-09-12 17:40  ZobieDemo\image\Normal_Zombie_1.png

     文件      18077  2011-09-12 17:40  ZobieDemo\image\Normal_Zombie_2.png

     文件      17987  2011-09-12 17:40  ZobieDemo\image\Normal_Zombie_3.png

     文件      17661  2011-09-12 17:40  ZobieDemo\image\Normal_Zombie_4.png

     文件      12610  2011-09-12 17:40  ZobieDemo\image\SeedBank.png

     文件       1770  2011-09-12 17:40  ZobieDemo\image\SeedChooser_ImitaterAddOn.png

     文件      11480  2011-09-12 17:40  ZobieDemo\image\single_bullet_plant.png

............此处省略38个文件信息

评论

共有 条评论