更新了技能,需要修复 全体技能会给与敌方伤害问题
This commit is contained in:
17
assets/script/game/skills/StartCom.ts
Normal file
17
assets/script/game/skills/StartCom.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { _decorator, Component, Node } from 'cc';
|
||||
import { SkillCom } from './SkillCom';
|
||||
import { BoxSet } from '../common/config/BoxSet';
|
||||
const { ccclass, property } = _decorator;
|
||||
|
||||
@ccclass('StartCom')
|
||||
export class StartCom extends Component {
|
||||
start() {
|
||||
this.node.setPosition(0,0)
|
||||
}
|
||||
|
||||
update(deltaTime: number) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user