/**
*
*/
package com.leng.role;
import java.awt.Image;
/**
* 敌人的大灰机
* @author 黄昏的阳光
* 2013-8-31
*/
public class BigPanle extends SuperMonster{
/**大灰机的图片*/
public static Image bigPanle;
public BigPanle(int x,int speed) {
super(x, -50, 80, 40, speed, 300, 1200);
}
@Override
public void move() {
this.img=bigPanle;
this.Y+=this.speed;
}
}
最近下载更多
微信网友_6550471470403584 LV1
2023年7月6日
2017143155 LV12
2023年6月27日
yangyanlong LV1
2023年5月19日
1739332236 LV1
2023年2月23日
冯不二 LV1
2023年2月13日
可是不知道么 LV23
2021年11月29日
thinkerkkk LV2
2021年6月22日
ldx1234 LV4
2021年5月22日
benbosn LV15
2021年5月5日
躁 LV1
2021年4月14日
最近浏览更多
yanqinwu LV3
5月6日
鬼屋报道 LV3
2024年6月1日
ClydeSon LV5
2023年12月28日
1112WHQ LV7
2023年11月3日
jiemomo LV12
2023年10月19日
微信网友_6568795145506816 LV1
2023年7月19日
微信网友_6550471470403584 LV1
2023年7月6日
2017143155 LV12
2023年6月26日
微信网友_6500694620852224
2023年6月1日
暂无贡献等级
SILKYYY
2023年5月25日
暂无贡献等级

