tcx_xiyou_banhao
parent
7b93d07aab
commit
6dec1a1504
|
@ -61,7 +61,7 @@ namespace GameLogic
|
|||
Hashtable table = MiniJSON.jsonDecode(uwr.downloadHandler.text) as Hashtable;
|
||||
// 背景图
|
||||
string bgName = table["UpdatePanelBG"] as string;
|
||||
string texPath = Application.streamingAssetsPath + "/Res/" + bgName + ".png";
|
||||
string texPath = Application.streamingAssetsPath + "/Res/" + bgName + ".jpg";
|
||||
#if UNITY_IOS
|
||||
texPath = "file://" + texPath;
|
||||
#endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"PackID":"",
|
||||
"UpdatePanelBG":"loading5",
|
||||
"UpdatePanelBG":"r_hero_bg_fo",
|
||||
"LoginPanelBG":"r_hero_bg_fo",
|
||||
"LoginPanelLogo":"",
|
||||
"LoginPanelVideoBG":"login_video",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 941 KiB |
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e8b99ebb36edeaa4e8eb68ac74c44315
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue