保存功能

This commit is contained in:
2024-12-01 21:50:27 +08:00
parent 57ed90a3c3
commit 394fd37a34
21 changed files with 1497 additions and 738 deletions
@@ -6,7 +6,7 @@ namespace AibisDream.Framework
{
public static class ResourceKit
{
public static string SavePsdSprite(Sprite sprite)
public static string SaveSprite(Sprite sprite)
{
if (!sprite) return "";