启动界面
This commit is contained in:
parent
92771ae95d
commit
add9c57de1
@ -492,7 +492,7 @@ function First:showDialog(contentStr, callback)
|
||||
self.cancelBtnTrans.gameObject:SetActive(false)
|
||||
self.confirmBtnTrans.localPosition = {
|
||||
x = 0,
|
||||
y = -161,
|
||||
y = -95,
|
||||
z = 0
|
||||
}
|
||||
end
|
||||
@ -506,8 +506,8 @@ function First:showDialogComplex(contentStr, okCallback, cancelCallback, confirm
|
||||
self.cancelCallback = cancelCallback
|
||||
self.cancelBtnTrans.gameObject:SetActive(true)
|
||||
self.confirmBtnTrans.localPosition = {
|
||||
x = 138,
|
||||
y = -161,
|
||||
x = 124,
|
||||
y = -95,
|
||||
z = 0
|
||||
}
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user