Commit 5d626906 authored by 毛线's avatar 毛线

play的时候,停止autospin

parent 726b2fc7
...@@ -289,6 +289,7 @@ export default { ...@@ -289,6 +289,7 @@ export default {
play: () => { play: () => {
const { buttonValue } = this const { buttonValue } = this
this.network().button({ buttonValue }) this.network().button({ buttonValue })
this.autoTime = 0
}, },
player: ({ x16, y16 }) => { player: ({ x16, y16 }) => {
this.network().touch({ x: x16, y: y16 }) this.network().touch({ x: x16, y: y16 })
......
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