Commit 4a70a26a authored by 俞嘉婷's avatar 俞嘉婷

游戏放慢

parent e5fc9be6
......@@ -279,11 +279,11 @@ export class runGamePage extends Scene {
if (this.moveSpeed < 7) {
this.farmeLimt = 60
} else if (this.moveSpeed < 10) {
this.farmeLimt = 50
this.farmeLimt = 60
} else if (this.moveSpeed < 13) {
this.farmeLimt = 50
this.farmeLimt = 60
} else {
this.farmeLimt = 50
this.farmeLimt = 60
}
if (this.nowFrame >= this.farmeLimt) {
......
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