From b0e7ce623815640b3ca5f56692ac2796feeddf64 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Tue, 11 Jan 2022 13:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=BC=8F=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/RoleInfo/RoleAwakeLayout.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleAwakeLayout.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleAwakeLayout.lua index d50368db0f..fbf0c617a5 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleAwakeLayout.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleAwakeLayout.lua @@ -33,11 +33,11 @@ end --初始化组件(用于子类重写) function RoleAwakeLayout:InitComponent() this.spLoader = SpriteLoader.New() - Util.GetGameObject(self.gameObject,"Image/Text"):GetComponent("Text").text = Language[11783] - Util.GetGameObject(self.gameObject,"Image (3)/Text"):GetComponent("Text").text = Language[11784] - Util.GetGameObject(self.gameObject,"tip"):GetComponent("Text").text = Language[11785] - Util.GetGameObject(self.gameObject,"upStarBtn/Text"):GetComponent("Text").text = Language[11786] - Util.GetGameObject(self.gameObject,"lvUp/Text"):GetComponent("Text").text = Language[11787] + Util.GetGameObject(self.gameObject,"content/Image/Text"):GetComponent("Text").text = Language[11783] + Util.GetGameObject(self.gameObject,"content/Image (3)/Text"):GetComponent("Text").text = Language[11784] + Util.GetGameObject(self.gameObject,"content/tip"):GetComponent("Text").text = Language[11785] + Util.GetGameObject(self.gameObject,"content/upStarBtn/Text"):GetComponent("Text").text = Language[11786] + Util.GetGameObject(self.gameObject,"content/lvUp/Text"):GetComponent("Text").text = Language[11787] --天赋 this.talent1Image = Util.GetGameObject(self.gameObject,"talent/talent (1)"):GetComponent("Image") this.talent1Progress = Util.GetGameObject(self.gameObject,"talent/talent (1)/progress"):GetComponent("Text")