地图配置改一下

This commit is contained in:
tangbin
2025-07-21 18:38:50 +08:00
parent b8b50ec90b
commit 2af252e2e0
125 changed files with 4451 additions and 4443 deletions

View File

@@ -80,7 +80,7 @@ public partial class MapManager : MonoBehaviour
for (int col = 0; col < mapColumn; col++)
{
string filename = $"v{mapId}_r{mapColumn - col}_c{row + 1}"; // <20><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>v1000_r11_c1.jpg
string spPath = PathUtil.GetMapTexure(1000, filename, "jpg");
string spPath = PathUtil.GetMapTexure(mapId, filename, "jpg");
GameObject obj = new GameObject(filename);
obj.transform.SetParent(mapRegionParent);
SpriteRenderer sr = obj.AddComponent<SpriteRenderer>();