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日

微信网友_7556332082827264
6月16日
暂无贡献等级
微信网友_7556291372584960
6月16日
暂无贡献等级
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日