添加序列帧动画

This commit is contained in:
2025-06-09 20:00:33 +08:00
parent ea0084b8c6
commit 62a69f1596
321 changed files with 1124 additions and 528 deletions

View File

@@ -33,11 +33,12 @@ export class ResourceManager {
this.resources.push({ url: respath.difficulty_ui_res })
}
this.resources.push({ url: respath.bg_done, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.home_top_dc_bg_normal, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.home_top_dc_bg_finish, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.dc_top_bg_normal, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.dc_top_bg_finish, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.dc_render_texture })
this.resources.push({ url: respath.trophy_bg_light_gold, type: Laya.Loader.IMAGE })
this.resources.push({ url: respath.trophy_bg_light_grey, type: Laya.Loader.IMAGE })