Constructors

Properties

allowedMaxHeight: number
canCustomize: boolean
selectedColors: Record<
    string,
    "blue"
    | "purple"
    | "overgrown"
    | "yellow"
    | "green"
    | "steampunk"
    | "red",
>
selectedParts: Record<
    string,
    | "birdy"
    | "happy"
    | "arrow"
    | "snake"
    | "pong"
    | "corner"
    | "weird"
    | "window"
    | "grumpy"
    | "grizzly"
    | "sad"
    | "connection"
    | "cube"
    | "cat",
>
unlockedColors: (
    | "blue"
    | "purple"
    | "overgrown"
    | "yellow"
    | "green"
    | "steampunk"
    | "red"
)[]
unlockedParts: (
    | "birdy"
    | "happy"
    | "arrow"
    | "snake"
    | "pong"
    | "corner"
    | "weird"
    | "window"
    | "grumpy"
    | "grizzly"
    | "sad"
    | "connection"
    | "cube"
    | "cat"
)[]