From 04f9000eed7db36d4e9dd1b30a2a26aaf99c84a5 Mon Sep 17 00:00:00 2001 From: chenxi Date: Tue, 6 Jun 2023 11:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/common/white_res_manager.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/app/common/white_res_manager.lua b/lua/app/common/white_res_manager.lua index 10226726..616c94ce 100644 --- a/lua/app/common/white_res_manager.lua +++ b/lua/app/common/white_res_manager.lua @@ -7,9 +7,11 @@ local GAME_RES_WHITE_LIST = { GConst.ATLAS_PATH.COMMON, -- icon GConst.ATLAS_PATH.ICON_SKILL, + GConst.ATLAS_PATH.ICON_SKILL_BIG, GConst.ATLAS_PATH.ICON_SKILL_ROGUE, GConst.ATLAS_PATH.ICON_ITEM, GConst.ATLAS_PATH.ICON_HERO, + GConst.ATLAS_PATH.ICON_HERO_2, GConst.ATLAS_PATH.ICON_BUFF, GConst.ATLAS_PATH.ICON_TASK, }