Using system agnostic image processing
This commit is contained in:
@@ -11,14 +11,5 @@ namespace fxl.codes.kisekae.Models
|
||||
public List<PaletteModel> Palettes { get; } = new();
|
||||
public List<CelModel> Cels { get; } = new();
|
||||
public int[] CurrentPalettes = new int[10];
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
foreach (var cel in Cels)
|
||||
{
|
||||
cel.CurrentPositions = cel.InitialPositions;
|
||||
cel.CurrentPaletteId = cel.PaletteId;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user