Open Squalety opened 9 months ago
To switch to American roulette:
Edit line 166 in appController.js: localStorage.setItem('amerRoulette', JSON.stringify(retResult.roulettes.american));
localStorage.setItem('amerRoulette', JSON.stringify(retResult.roulettes.american));
Roulette.json add AmericanRoulette numbers?
Will the look of the site change?
What other actions are needed?
Hi, @Squalety !
Thank you for your question :+1: Here are the answers in order:
Hope this helps!
To switch to American roulette:
Edit line 166 in appController.js:
localStorage.setItem('amerRoulette', JSON.stringify(retResult.roulettes.american));
Roulette.json add AmericanRoulette numbers?
Will the look of the site change?
What other actions are needed?