Ignore:
Timestamp:
06/25/22 11:30:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
b13f93b
Parents:
9bd09b0
Message:

Finished Roulette

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redux/reducers/styleSlice.js

    r9bd09b0 race7865  
    8383    // roulette
    8484    roulette: {
     85        COUNTDOWN_FROM: 30,
    8586        displays: {
    8687            betModal: false,
     
    9596            x: 0,
    9697            y: 0,
     98        },
     99        showCoin: false,
     100    },
     101    // poker
     102    poker: {
     103        displays: {
     104            raiseModal: false,
     105        },
     106        inputControls: {
     107            raise: {
     108                chosenCredits: 0,
     109            }
     110        },
     111        callAmount: 0,
     112        texts: {
     113            text1: 'A new card has been dealt!',
     114            text2: 'Player Pero\'s Turn (00:13)',
     115            text3: 'Pero has disconnected. They have 30 seconds to reconnect.'
    97116        }
    98117    }
Note: See TracChangeset for help on using the changeset viewer.