Ignore:
Timestamp:
07/16/22 11:18:24 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
e007fcd
Parents:
433e0c5
Message:

Added 1 second update_state calls in blackjack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/ManageCredits.jsx

    r433e0c5 r55701f0  
    4444            } : action === 'withdraw' ? {
    4545                show: true,
    46                 text: `Withdrawed $${styleState.style.withdrawModalInputs.amount} successfully`,
     46                text: `Withdrew $${Math.min(styleState.style.withdrawModalInputs.amount, playerState.player.credits)} successfully`,
    4747                status: 'success',
    4848            } : {
Note: See TracChangeset for help on using the changeset viewer.