Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dg29_museum
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
dg29_museum
Commits
734492a0
Commit
734492a0
authored
Dec 31, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控件ui更换完毕
parent
44a8fae4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
220 additions
and
121 deletions
+220
-121
dg29_museum.fire
assets/dg29_museum/scene/dg29_museum.fire
+218
-121
videoCtrl_DG16.ts
assets/dg29_museum/script/ui/videoCtrl_DG16.ts
+2
-0
No files found.
assets/dg29_museum/scene/dg29_museum.fire
View file @
734492a0
This diff is collapsed.
Click to expand it.
assets/dg29_museum/script/ui/videoCtrl_DG16.ts
View file @
734492a0
...
...
@@ -71,11 +71,13 @@ export default class videoCtrl extends cc.Component {
setCanPlay
()
{
this
.
btn_vido
.
getChildByName
(
"
stop
"
).
active
=
false
;
this
.
btn_vido
.
getChildByName
(
"
play
"
).
active
=
true
;
this
.
vidoStateIcon
.
getChildByName
(
"
stop
"
).
active
=
false
;
}
setCanStop
()
{
this
.
btn_vido
.
getChildByName
(
"
stop
"
).
active
=
true
this
.
btn_vido
.
getChildByName
(
"
play
"
).
active
=
false
;
this
.
vidoStateIcon
.
getChildByName
(
"
stop
"
).
active
=
true
;
}
onClickBtn
()
{
...
...
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