From 1a8007c8e6daa6abd943ff85e2e65e2dc1e0c2fd Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Sun, 23 Apr 2023 09:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/battle_const.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/app/module/battle/battle_const.lua b/lua/app/module/battle/battle_const.lua index 4b40ab64..81eea66d 100644 --- a/lua/app/module/battle/battle_const.lua +++ b/lua/app/module/battle/battle_const.lua @@ -276,8 +276,8 @@ BattleConst.GRID_TYPE = { } BattleConst.GRID_TYPE_ICON = { - [BattleConst.GRID_TYPE.SNOW_BOX] = "stone_1", - [BattleConst.GRID_TYPE.SOLID_SNOW] = "stone_2", + [BattleConst.GRID_TYPE.SNOW_BOX] = "stone_2", + [BattleConst.GRID_TYPE.SOLID_SNOW] = "stone_1", [BattleConst.GRID_TYPE.VINES] = "vine", [BattleConst.GRID_TYPE.ICE] = "ice", }