游戏位置改变
This commit is contained in:
@@ -36,7 +36,6 @@ export class CSkillComp extends CCComp {
|
||||
this.cd = new Timer(smc.skills[this.skill_uuid].cd)
|
||||
this.time =smc.skills[this.skill_uuid].sd
|
||||
this.node.getChildByName("time").getComponent(Label).string = this.time.toString()
|
||||
|
||||
}
|
||||
protected update(dt: number): void {
|
||||
if (this.sd.update(dt)) {
|
||||
|
||||
Reference in New Issue
Block a user