heart now hehe

This commit is contained in:
Sam
2023-05-04 20:30:31 +12:00
parent 553a997d35
commit 2091c4bd95
2 changed files with 39 additions and 11 deletions

View File

@@ -78,9 +78,10 @@ async function fetchConfig(className) {
{ type: "color", defaultValue: "#00fffb", property: "colourExpand" },
],
CircleExpand: [
{ type: "range", min: 1, max: 55, defaultValue: 55, property: "nCircles" },
{ type: "range", min: 1, max: 50, defaultValue: 20, property: "gap" },
{ type: "range", min: 1, max: 70, defaultValue: 70, property: "nCircles" },
{ type: "range", min: 1, max: 70, defaultValue: 43, property: "gap" },
{ type: "range", min: 0, max: 1, defaultValue: 1, property: "linear" },
{ type: "range", min: 0, max: 1, defaultValue: 1, property: "heart" },
{ type: "color", defaultValue: "#fc03cf", property: "colour1" },
{ type: "color", defaultValue: "#00fffb", property: "colour2" },
],