Add player-bet label
This commit is contained in:
@@ -304,3 +304,9 @@ button.btn-back {
|
|||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
transition: background 0.3s, color 0.3s;
|
transition: background 0.3s, color 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.player-bet {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: rgb(185, 185, 185);
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
@@ -84,6 +84,7 @@ foreach ($players as $p) {
|
|||||||
|
|
||||||
<span class="player-name">J<?php echo ($index + 1); ?> : <?php echo htmlspecialchars($p['name']); ?></span>
|
<span class="player-name">J<?php echo ($index + 1); ?> : <?php echo htmlspecialchars($p['name']); ?></span>
|
||||||
<span class="player-money"><?php echo $p['money']; ?> 🪙</span>
|
<span class="player-money"><?php echo $p['money']; ?> 🪙</span>
|
||||||
|
<span class="player-bet">Mise: <?php echo $p['current_bet'] ?? 0; ?> 🪙</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user