技能ui完成, todo 技能执行

This commit is contained in:
2024-12-16 16:18:37 +08:00
parent b9a188a7bb
commit 70cac957a9
19 changed files with 4310 additions and 25074 deletions

View File

@@ -86,7 +86,6 @@ export class Initialize extends ecs.Entity {
private onComplete(queue: AsyncQueue) {
queue.complete = () => {
// console.log("加载完成!",smc.heros);
smc.skills=SkillSet;
var uic: UICallbacks = {
onAdded: (node: Node, params: any) => {
var comp = node.getComponent(LoadingViewComp) as ecs.Comp;