Commit e27bfdde authored by 俞嘉婷's avatar 俞嘉婷

feat: 中后期速度减慢

parent 5edec547
...@@ -281,9 +281,9 @@ export class runGamePage extends Scene { ...@@ -281,9 +281,9 @@ export class runGamePage extends Scene {
} else if (this.moveSpeed < 10) { } else if (this.moveSpeed < 10) {
this.farmeLimt = 50 this.farmeLimt = 50
} else if (this.moveSpeed < 13) { } else if (this.moveSpeed < 13) {
this.farmeLimt = 40 this.farmeLimt = 50
} else { } else {
this.farmeLimt = 30 this.farmeLimt = 50
} }
if (this.nowFrame >= this.farmeLimt) { 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