Commit b1f988fd authored by Vũ Gia Vương's avatar Vũ Gia Vương

save

parent a1870ae6
Pipeline #5657 canceled with stages
...@@ -31,8 +31,9 @@ export default class BuaController extends cc.Component { ...@@ -31,8 +31,9 @@ export default class BuaController extends cc.Component {
private onTouchStart(): void { private onTouchStart(): void {
this._actions[this._count].bind(this)(); this._actions[this._count].bind(this)();
const beat = this._beatTotal[Global.tool]; // this._actions[3 - Global.tool].bind(this)();
console.log('beat', beat)
console.log('this._count', this._count)
this._count = (this._count + 1) % this._actions.length; this._count = (this._count + 1) % this._actions.length;
} }
......
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