This commit is contained in:
2024-09-11 18:00:43 +08:00
parent ef4e502adf
commit 4501876c37
44 changed files with 518 additions and 4634 deletions

View File

@@ -51,7 +51,7 @@ export class Initialize extends ecs.Entity {
// 加载多语言对应字体
oops.res.load("language/font/" + oops.language.current, next);
//加载精灵配置表
oops.res.load("config/game/heros", next);
// oops.res.load("config/game/heros", next);
});
}