改了格子大小

This commit is contained in:
tangbin
2025-07-25 15:36:10 +08:00
parent 5d63e4878c
commit f88a2e9504
1009 changed files with 69967 additions and 81 deletions

View File

@@ -13,6 +13,10 @@ public class PathUtil
{
return $"{Application.dataPath}/GameAssets/Maps/{mapId}/Texture/{name}.{suffix}";
}
public static string GetBigMapPath(int mapId)
{
return $"{Application.dataPath}/GameAssets/Maps/{mapId}";
}
#region XML