Commit 654e5b06 authored by nanahira's avatar nanahira

fix

parent 9069e14f
...@@ -425,11 +425,11 @@ public class Program : MonoBehaviour ...@@ -425,11 +425,11 @@ public class Program : MonoBehaviour
} }
YGOSharp.PacksManager.initializeSec(); YGOSharp.PacksManager.initializeSec();
initializeALLservants(); initializeALLservants();
if(GameTextureManager.AutoPicDownload) //if(GameTextureManager.AutoPicDownload)
(new Thread(()=>{UpdateClient();})).Start(); (new Thread(()=>{UpdateClient();})).Start();
loadResources(); loadResources();
#if !UNITY_EDITOR && UNITY_ANDROID //Android Java Test #if !UNITY_EDITOR && UNITY_AN6DROID //Android Java Test
if (!File.Exists("updates/image_version1.2.txt"))//用于检查更新 if (!File.Exists("updates/image_version1.2.txt"))//用于检查更新
{ {
if (File.Exists("pics.zip")) { if (File.Exists("pics.zip")) {
...@@ -1065,7 +1065,7 @@ public class Program : MonoBehaviour ...@@ -1065,7 +1065,7 @@ public class Program : MonoBehaviour
_padScroll = 0; _padScroll = 0;
} }
GUI.Label(new Rect(10, 5, 200, 200), "[Ver 1.034.9-6] " + "FPS: " + m_FPS); GUI.Label(new Rect(10, 5, 200, 200), "[Ver 1.034.9-6-fix1] " + "FPS: " + m_FPS);
} }
void Update() void Update()
......
...@@ -1415,7 +1415,7 @@ MonoBehaviour: ...@@ -1415,7 +1415,7 @@ MonoBehaviour:
keepCrispWhenShrunk: 1 keepCrispWhenShrunk: 1
mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3} mTrueTypeFont: {fileID: 12800000, guid: f775853fdfd14bb47934543e95c3bae3, type: 3}
mFont: {fileID: 0} mFont: {fileID: 0}
mText: KoishiPro2 iOS 1.034.9-6 mText: KoishiPro2 iOS 1.034.9-6-fix1
mFontSize: 18 mFontSize: 18
mFontStyle: 0 mFontStyle: 0
mAlignment: 1 mAlignment: 1
......
...@@ -123,7 +123,7 @@ PlayerSettings: ...@@ -123,7 +123,7 @@ PlayerSettings:
16:10: 1 16:10: 1
16:9: 1 16:9: 1
Others: 1 Others: 1
bundleVersion: 1.034.9-6 bundleVersion: 1.034.9-6-fix1
preloadedAssets: [] preloadedAssets: []
metroInputSource: 0 metroInputSource: 0
m_HolographicPauseOnTrackingLoss: 1 m_HolographicPauseOnTrackingLoss: 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment