Browse Source

翻牌提供40步

master
jiannibang 6 years ago
parent
commit
10b0dd9eed
  1. 2
      h5/flipper/game.js

2
h5/flipper/game.js

@ -23,7 +23,7 @@ export default class Game {
} }
init() { init() {
Object.assign(this, { Object.assign(this, {
steps: 25,
steps: 40,
score: 0, score: 0,
}); });
this.shuffleCards(); this.shuffleCards();

Loading…
Cancel
Save