【bug】修复副本界面在全面屏下ui变小的问题
parent
05c66c280a
commit
022444dffa
|
@ -115,7 +115,7 @@ function CarbonTypePanelV2:InitComponent()
|
|||
|
||||
-- 屏幕适配修改
|
||||
this.btnRoot = Util.GetGameObject(self.gameObject, "btnRoot")
|
||||
this.btnRoot.transform.localScale = Vector3.one * UIManager.adapterScale
|
||||
-- this.btnRoot.transform.localScale = Vector3.one * UIManager.adapterScale
|
||||
|
||||
this.dailyCarbonBtn = Util.GetGameObject(self.gameObject, "btnRoot/circle/root/DailyCarbonBtn")
|
||||
table.insert(carbons, this.dailyCarbonBtn)
|
||||
|
|
Loading…
Reference in New Issue