Math is hard
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace fxl.codes.kisekae.Entities
|
||||
{
|
||||
public class CelConfig
|
||||
@@ -10,10 +12,9 @@ namespace fxl.codes.kisekae.Entities
|
||||
public Palette Palette { get; set; }
|
||||
public int PaletteGroup { get; set; }
|
||||
public string Comment { get; set; }
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
public int Transparency { get; set; }
|
||||
public Set Sets { get; set; }
|
||||
public Render Render { get; set; }
|
||||
public List<CelPosition> Positions { get; set; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user