package tanshishe; import javax.swing.*; import java.awt.*; /** * 食物类 * @author 刘艳鹏 * */ public class Food { int foodx=(int)(Math.random()*42)*20; int foody=(int)(Math.random()*24)*20; public Image food1 = new ImageIcon(getClass().getResource("food1.png")).getImage(); public Image food2 = new ImageIcon(getClass().getResource("food2.png")).getImage(); public Image food=food1; public void food(int score){ if(score%10==0){ food=food2; foodx=(int)(Math.random()*41)*20; foody=(int)(Math.random()*23)*20; }else{ food=food1; foodx=(int)(Math.random()*42)*20; foody=(int)(Math.random()*24)*20; } } public void foodReset(){ foodx=(int)(Math.random()*42)*20; foody=(int)(Math.random()*24)*20; food=food1; } }
最近下载更多
最近浏览更多
long123_356 LV7
6月22日
zattttt LV1
5月15日
zhihong fan LV2
2023年12月26日
bangyiyang LV2
2023年12月21日
yerwiu LV10
2023年8月13日
493240689 LV3
2023年5月11日
huangzy LV12
2023年4月6日
ftlovelzh
2023年3月17日
暂无贡献等级
舒舒不吃葱花 LV2
2022年11月18日
1014422538 LV1
2022年10月6日