dd
This commit is contained in:
@@ -61,7 +61,7 @@ export class CSkillComp extends CCComp {
|
||||
}else{
|
||||
m_pos = v3(BoxSet.MONSTER_START,BoxSet.GAME_LINE)
|
||||
}
|
||||
t_pos = v3(m_pos.x-this.node.position.x,m_pos.y-this.node.position.y)
|
||||
t_pos = v3(m_pos.x-this.node.position.x,m_pos.y-this.node.position.y) // 目标增量
|
||||
// console.log("m_pos",this.node.position,m_pos);
|
||||
let dx=m_pos.x-this.node.position.x
|
||||
let dy=m_pos.y-this.node.position.y
|
||||
|
||||
Reference in New Issue
Block a user