Refactor on tools project name and workspaces to reflect the goal of serving as both console tools and a backbone for a UI project.

This commit is contained in:
2018-12-07 02:22:15 -06:00
parent 22b327e72b
commit 1a4f704d9c
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ using System.Drawing.Imaging;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
namespace RecrownedAthenaeum.ConsoleTools.TextureAtlasTools
namespace RecrownedAthenaeum.Tools.TextureAtlas
{
internal class TexturePacker : IDisposable