Skip to content

Commit

Permalink
修改注释和README的一些表述
Browse files Browse the repository at this point in the history
  • Loading branch information
zhchmmx committed Jan 31, 2024
1 parent 4e0c933 commit 052a59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ An easy way to split images from Sprite Sheet downloaded form Kenney (maybe also

## Usage

1. Open this application and click the "browse" button. Then select the XML file.
2. Click the "save" button and select a folder to save your splited images.
1. Open this application and click "Browse..." button. Then select the XML file.
2. Click "Save..." button and select a folder to save your splited images.
9 changes: 0 additions & 9 deletions XMLSpriteSheetSpliter/Spliter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ namespace XMLSpriteSheetSpliter
{
public class Spliter
{
/// <summary>
/// 导入 XML 文件
/// </summary>
/// <param name="xmlPath">XML文件路径</param>
public static void SplitAndSave(string xmlPath, string savePath)
{
XmlDocument xmlDocument = new XmlDocument();
Expand All @@ -36,11 +32,6 @@ public static void SplitAndSave(string xmlPath, string savePath)
bitmapEncoder.Save(fileStream);
}
}



}


}
}

0 comments on commit 052a59c

Please sign in to comment.