mirror of
https://github.com/hex248/tsos.git
synced 2026-02-08 02:33:03 +00:00
extended morphable shape to use generated points
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user