提图标资源
parent
7e16db67ef
commit
b36a16d5a6
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 309 KiB |
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7e4a9bc2eff052644a4e9188d42ef59a
|
guid: b08152c1b4c2f5e4cb1c294dfcbef0c6
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
|
@ -75,7 +75,7 @@ TextureImporter:
|
||||||
outline: []
|
outline: []
|
||||||
physicsShape: []
|
physicsShape: []
|
||||||
bones: []
|
bones: []
|
||||||
spriteID: 6607bbc459706d04eaa1883f7de6b3a5
|
spriteID: f3889b36bb280ce4ea2bab34a757f9e0
|
||||||
vertices: []
|
vertices: []
|
||||||
indices:
|
indices:
|
||||||
edges: []
|
edges: []
|
||||||
|
@ -84,5 +84,5 @@ TextureImporter:
|
||||||
pSDRemoveMatte: 0
|
pSDRemoveMatte: 0
|
||||||
pSDShowRemoveMatteOption: 0
|
pSDShowRemoveMatteOption: 0
|
||||||
userData:
|
userData:
|
||||||
assetBundleName: lz4/dynamicatlas/logo_dhyq
|
assetBundleName:
|
||||||
assetBundleVariant: unity3d
|
assetBundleVariant:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -262,6 +262,9 @@ function Network:Update()
|
||||||
RequestPanel.Hide()
|
RequestPanel.Hide()
|
||||||
MsgPanel.ShowTwo("请求失败,是否重新请求?", function()
|
MsgPanel.ShowTwo("请求失败,是否重新请求?", function()
|
||||||
Framework.Dispose()
|
Framework.Dispose()
|
||||||
|
if AppConst.isSDKLogin then
|
||||||
|
SDKMgr:Logout()
|
||||||
|
end
|
||||||
App.Instance:ReStart()
|
App.Instance:ReStart()
|
||||||
end, function()
|
end, function()
|
||||||
self.resendTimes = 0
|
self.resendTimes = 0
|
||||||
|
|
Loading…
Reference in New Issue