Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xy_camera
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
xy_camera
Commits
014c1f7c
Commit
014c1f7c
authored
Aug 19, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 去掉按钮点击弹动
parent
69be4298
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
util.ts
assets/xy_camera/script/util.ts
+2
-8
No files found.
assets/xy_camera/script/util.ts
View file @
014c1f7c
...
@@ -538,14 +538,8 @@ export function buttonOnClick(button, callback, scale = 1.0) {
...
@@ -538,14 +538,8 @@ export function buttonOnClick(button, callback, scale = 1.0) {
return
;
return
;
}
}
button
[
'
cantClick
'
]
=
true
;
button
[
'
cantClick
'
]
=
true
;
cc
.
tween
(
button
)
callback
&&
callback
();
.
to
(
0.1
,
{
scale
:
scale
*
1.1
})
button
[
'
cantClick
'
]
=
false
;
.
to
(
0.1
,
{
scale
:
scale
})
.
call
(()
=>
{
button
[
'
cantClick
'
]
=
false
;
callback
&&
callback
();
})
.
start
();
});
});
}
}
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