大约有 121 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
...一个HP.js 来实现两个能量条的功能,我们创建一个Hp.js 代码如下 (function () { /** * 血条 * */ function Hp(type){ //背景 this.bg = null; //进度条 this.bar = null; //最小值 this.MIN_VALUE = 0; //最大值 this.MAX_VALUE = 100; //值 this.value = 100; Hp.__super.call...
来源: Laya_社区 发布时间: 20160803