From ce0df44e22ef0ca8ed5438059c338beeac3b2e5d Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 3 Nov 2022 14:39:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=98=E6=96=97]=3D=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=E6=88=98=E6=96=97=E6=88=91=E6=96=B9=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=AB=8B=E7=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/Unit/PlayerView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua index 76e4a7e6f2..db7f0c1cc3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/Unit/PlayerView.lua @@ -114,7 +114,7 @@ function PlayerView:onCreate(go, role, position, root) -- self.starGrid:GetComponent("Image").enabled = false end - SetCardStars(self.starGrid, star, starType) + --SetCardStars(self.starGrid, star, starType) local zs = Util.GetGameObject(go, "zs") local zsName = GetHeroCardStarZs[role.roleData.star] -- if zsName == "" then