首页>代码>java swing开发表情包大作战游戏>/src/com/Penguin/GameObject.java
package com.Penguin;

import java.awt.*;

public class GameObject {
    Image img;
    double x,y;
    int speed=10;
    int width,height;

    public Rectangle getRect(){
        return new Rectangle((int)x,(int)y,width,height);
    }

    public GameObject(Image img, double x, double y, int speed, int width, int height) {
        this.img = img;
        this.x = x;
        this.y = y;
        this.speed = speed;
        this.width = width;
        this.height = height;
    }

    public GameObject() {
    }
}

最近下载更多
wybdxjq  LV1 2023年12月27日
dacfsdfaa  LV1 2022年5月25日
ma小跳  LV5 2021年7月2日
asdffghhj  LV1 2021年3月19日
happyzhu  LV1 2020年12月17日
TerryGaoBo  LV9 2020年8月26日
kkkxyh  LV13 2020年8月23日
a105259  LV3 2020年5月9日
xueiqngquan  LV1 2019年12月14日
aa123456awww  LV8 2019年12月9日
最近浏览更多
wybdxjq  LV1 2023年12月27日
tdfgjbi0de  LV6 2023年10月13日
Dominick  LV14 2023年3月28日
dacfsdfaa  LV1 2022年5月25日
香菇肉饼汤  LV8 2022年1月21日
chen_jw  LV10 2021年12月14日
金玉博  LV1 2021年9月6日
qsyqa0  LV6 2021年9月5日
aaa12138  LV1 2021年8月11日
ma小跳  LV5 2021年7月2日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友