Ignore:
Timestamp:
07/12/22 00:13:20 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
e9f11ac
Parents:
95ce58b
Message:

Roulette rethought with 1 second update calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redux/reducers/styleSlice.js

    r95ce58b rd0ef259  
    8383    // roulette
    8484    roulette: {
    85         COUNTDOWN_FROM: 30,
    8685        displays: {
    8786            betModal: false,
     
    9493        whichBets: [],
    9594        coinPlaced: {
    96             x: 0,
    97             y: 0,
    98         },
    99         showCoin: false,
     95            x: -1,
     96            y: -1,
     97        }
    10098    },
    10199    // poker
Note: See TracChangeset for help on using the changeset viewer.