引导界面透明度修改

dev_chengFeng hotfix/you_gu/cdn_yougu_and/1.1.5
wangzhenxing 2022-12-09 16:55:44 +08:00
parent f965a5be22
commit 45341d0471
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ function this:InitComponent()
self.tipButtomMat = self.tipButtomRoot:GetComponent("Image").material
self.tipButtomMat:SetFloat("_ScaleX", Screen.width / Screen.height)
self.tipButtomMat:SetFloat("_R", 0.1)
self.tipButtomMat:SetFloat("_CutOff", 0.22)
self.button = Util.GetGameObject (self.tipButtomRoot, "button")
self.upArrow = Util.GetGameObject (self.gameObject, "upArrow")