This commit is contained in:
2024-09-05 10:54:28 +08:00
parent b80d2ff36e
commit d2a6ab3dce
17 changed files with 1792 additions and 2921 deletions

View File

@@ -87,6 +87,7 @@ export class Initialize extends ecs.Entity {
queue.complete = () => {
smc.heros = HeroSet;
smc.skills=SkillSet;
var uic: UICallbacks = {
onAdded: (node: Node, params: any) => {
var comp = node.getComponent(LoadingViewComp) as ecs.Comp;