2 Commits
1227 ... 2412

Author SHA1 Message Date
e5dffd090c 切换到3.8.5 2024-12-27 14:50:54 +08:00
200c55c852 dd 2024-12-27 14:47:56 +08:00
3 changed files with 18628 additions and 151 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ native
# WebStorm # WebStorm
#////////////////////////// #//////////////////////////
.idea/ .idea/
extensions/oops-plugin-framework

File diff suppressed because it is too large Load Diff

View File

@@ -77,6 +77,7 @@ export class SkillCom extends CCComp {
tween(this.node).to( time,{ position: e_pos}, tween(this.node).to( time,{ position: e_pos},
{ {
easing: "linear", easing: "linear",
onUpdate: (target: Vec3, ratio: number) => { },
onComplete: (target?: object) => { onComplete: (target?: object) => {
this.is_destroy=true this.is_destroy=true
}, },