Skip to content

Instantly share code, notes, and snippets.

@ostryzhnyi
ostryzhnyi / SpriteSlicer.cs
Created March 24, 2026 16:36
SpriteSlicer
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Cysharp.Threading.Tasks;
using Editor.CMSEditor;
using Newtonsoft.Json;
using ProjectX.CodeBase.Core.Tags;
using ProjectX.CodeBase.Level.Characters;
using ProjectX.CodeBase.SpriteSlicer.Data;
using Runtime;