feat: selling cucks and cuck accessories

This commit is contained in:
Nick 2024-11-14 16:22:27 -06:00
parent bd824fbc99
commit e40901fcf1
108 changed files with 157 additions and 141 deletions

View file

@ -97,8 +97,14 @@ makeDodge dodgeEntry index =
cuckMaker : Cuck -> Element msg
cuckMaker cuck =
row [ imageSpacer, alignLeft ]
[ image [ centerX, centerY, alignTop, D.rounded 100, clip, width <| px 72
]
[ image
[ centerX
, centerY
, alignTop
, D.rounded 100
, clip
, width <| px 72
]
{ src = "cucks/" ++ cuck.cuckImage ++ ".png"
, description = cuck.cuckName
}
@ -109,7 +115,7 @@ cuckMaker cuck =
[ text "Social:"
, paragraphLinkFormat
{ url = cuck.cuckSocial
, label = transitionHighlightedLinkHover <| text cuck.cuckName
, label = transitionHighlightedLinkHover <| text (formatCuckSocial cuck.cuckSocial)
}
]
, row paragraphBoldFormat [ text "Dodges:" ]