From a85ca0b3a72662076a872c26f9aac8a9db4a6e8f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 03 十二月 2025 15:17:09 +0800
Subject: [PATCH] 0312 同步中心地址

---
 Assets/Editor/SpritePacking/SpriteSettings.asset |   22 ++++++++++++++++++++++
 Assets/Launch/Manager/LocalResManager.cs         |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/Assets/Editor/SpritePacking/SpriteSettings.asset b/Assets/Editor/SpritePacking/SpriteSettings.asset
index 70e97ed..7e2e588 100644
--- a/Assets/Editor/SpritePacking/SpriteSettings.asset
+++ b/Assets/Editor/SpritePacking/SpriteSettings.asset
@@ -937,3 +937,25 @@
       maxTextureSize: 2048
       textureCompression: 1
       textureFormat: 50
+  - folderName: MapLoad
+    blockOffset: 1
+    enableRotation: 0
+    enableTightPacking: 0
+    padding: 4
+    readable: 0
+    generateMipMaps: 0
+    sRGB: 1
+    filterMode: 1
+    platformSettings:
+    - name: Standalone
+      maxTextureSize: 2048
+      textureCompression: 1
+      textureFormat: 4
+    - name: Android
+      maxTextureSize: 2048
+      textureCompression: 1
+      textureFormat: 50
+    - name: iPhone
+      maxTextureSize: 2048
+      textureCompression: 1
+      textureFormat: 50
diff --git a/Assets/Launch/Manager/LocalResManager.cs b/Assets/Launch/Manager/LocalResManager.cs
index 16585ce..f537be5 100644
--- a/Assets/Launch/Manager/LocalResManager.cs
+++ b/Assets/Launch/Manager/LocalResManager.cs
@@ -67,7 +67,7 @@
     public static int downLoadCount = 0;
 
     public static readonly string[] VERSION_URL = new string[] {
-        "http://gamecenter.secondworld.net.cn:11000/center/appversion_new.php/?"};
+        "http://xssgcenter.secondworld.net.cn:11000/center/appversion_new.php/?"};
 
 	public int debugBranch { get; private set; }
 

--
Gitblit v1.8.0