This commit is contained in:
walkpan
2024-09-02 09:03:43 +08:00
parent 9028b86d4e
commit f367d1817a
27 changed files with 3953 additions and 3233 deletions

View File

@@ -52,9 +52,9 @@ export class HeroCard extends ecs.Entity {
break;
case 3:
default:
path = "game/heros/hero_card";
url = "game/heros/heros";
({ path: pathName, name, level } = smc.heros[uuid]);
path = "game/heros/item_card";
url = "game/heros/skill";
({ path: pathName, name, level } = smc.skills[uuid]);
}