finished candybox

This commit is contained in:
meelstorm
2025-09-18 10:50:50 +02:00
parent dc12b3e51a
commit 6c0b778ba6
9 changed files with 535 additions and 55 deletions

View File

@@ -1,4 +1,5 @@
using Point = System.Drawing.Point;
using Lindt.Candybox.Demo;
using Point = System.Drawing.Point;
namespace CandyboxPlugin.Recipe
{
@@ -9,5 +10,6 @@ namespace CandyboxPlugin.Recipe
public Point BlisterPosition { get; set; }
public List<CandyParameter> CandyParameters { get; set; } = new List<CandyParameter>();
public int ImageWidth { get; set; } = 1800;
public List<VectorLine> Cuts { get; set; } = new List<VectorLine>();
}
}