Commit 810ae243 authored by Chen Jiping's avatar Chen Jiping

调整错误提示晃动强度

parent ada1e15e
...@@ -320,7 +320,7 @@ export class Card extends Item { ...@@ -320,7 +320,7 @@ export class Card extends Item {
this.cardLight.alpha = 0; this.cardLight.alpha = 0;
this.clearColor(); this.clearColor();
playAudio(this.audioObj['wrong']); playAudio(this.audioObj['wrong']);
shake2(this.bg, 5, callback); shake2(this.bg, 1, callback);
} }
private showRight(color, callback = null) { private showRight(color, callback = null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment