extended morphable shape to use generated points

This commit is contained in:
2026-01-25 09:16:12 +00:00
parent c1a18f44f2
commit 421146dd18
2 changed files with 33 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ import type { ShapeState } from "@/types/shape";
const DEFAULT_STATE: ShapeState = {
x: 0,
y: 0,
preset: "circle",
roundness: 100, // full circle
preset: "square",
roundness: 15, // full circle
size: 50, // medium
wobble: 20, // subtle
wobbleSpeed: 50, // medium