Skip to content

Commit

Permalink
tuning random generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Mushnin committed Dec 19, 2023
1 parent fe8e988 commit 1c857f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/playing/RandomGeneratorMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Web3 from "web3";
import globalStyles from "../GlobalStyles.module.css";
import styles from "./PlayView.module.css";

const MOVEMENTS_NUMBER = 200;
const MOVEMENTS_NUMBER = 100;

const RandomGeneratorMobile = ({
isActive,
Expand Down

0 comments on commit 1c857f3

Please sign in to comment.