改了格子大小
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user