This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.IO.Compression; | |
using System.Text; | |
// This .ase parser is taken from Noel Berry, one of the developers of Celeste. | |
// https://gist.github.com/NoelFB/778d190e5d17f1b86ebf39325346fcc5 | |
// A little bit of research reveals that he used it as part of their asset | |
// pipeline: parsing .ase files into sliced regions & pivots, building |