From 03d73d25d3817f4c9695d5bc3de74f8086e690df Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 17 Apr 2023 15:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/battle_const.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/battle/battle_const.lua b/lua/app/module/battle/battle_const.lua index ce9f78e7..89798038 100644 --- a/lua/app/module/battle/battle_const.lua +++ b/lua/app/module/battle/battle_const.lua @@ -275,7 +275,7 @@ BattleConst.SKILL_ELEMENT_BG = { } BattleConst.SKILL_ELEMENT_BG_2 = { - ANY = "battle_skill_bg_3", + ANY = "battle_skill_colorful", [BattleConst.ELEMENT_TYPE.RED] = "battle_skill_bg_red_2", [BattleConst.ELEMENT_TYPE.YELLOW] = "battle_skill_bg_yellow_2", [BattleConst.ELEMENT_TYPE.GREEN] = "battle_skill_bg_green_2",