in progress: gold chip functionality

This commit is contained in:
2022-08-12 10:38:45 -05:00
parent 6a40c0e592
commit ab6a190cb5
8 changed files with 2258 additions and 135 deletions

View File

@@ -43,7 +43,7 @@ export default function Player({ player, state, setState }: PlayerProps) {
{
dynamic.reservedCards?.map((data: CardData) => {
return (
<div key={v4()} className="mini-card" style={{backgroundColor: 'white'}}>
<div key={v4()} className="mini-card" id={`${dynamic.name}-player-ui`} style={{backgroundColor: 'white'}}>
<p>{data.gemValue} cards</p>
<p>{data.points + " points" || null}</p>
{