export const HAT_COLORS = [
"default",
"blue",
"red",
"green",
"pink",
"yellow",
"userColor1",
"userColor2",
] as const;
export const HAT_NON_DEFAULT_SHAPES = [
"fox",
"curve",
"frame",
"ex",
"play",
"bolt",
"eye",
"crosshairs",
"wing",
"hole",
] as const;
bolta little prettierframeandholeto make them easier to tell apart