Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dap-hu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Gia Vương
dap-hu
Commits
b1f988fd
Commit
b1f988fd
authored
Mar 31, 2025
by
Vũ Gia Vương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
a1870ae6
Pipeline
#5657
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
BuaController.ts
assets/scripts/GamePlay/BuaController.ts
+3
-2
No files found.
assets/scripts/GamePlay/BuaController.ts
View file @
b1f988fd
...
...
@@ -31,8 +31,9 @@ export default class BuaController extends cc.Component {
private
onTouchStart
():
void
{
this
.
_actions
[
this
.
_count
].
bind
(
this
)();
const
beat
=
this
.
_beatTotal
[
Global
.
tool
];
console
.
log
(
'beat'
,
beat
)
// this._actions[3 - Global.tool].bind(this)();
console
.
log
(
'this._count'
,
this
.
_count
)
this
.
_count
=
(
this
.
_count
+
1
)
%
this
.
_actions
.
length
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment