Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dg10_ty
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
dg10_ty
Commits
4ae7393e
Commit
4ae7393e
authored
Nov 02, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
欢乐翻卡增加结束小迪
parent
b15bf4e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
96 additions
and
93 deletions
+96
-93
.DS_Store
.DS_Store
+0
-0
dg10_ty.ts
assets/dg10_ty/scene/dg10_ty.ts
+4
-0
form.component.html
form/src/app/form/form.component.html
+92
-93
No files found.
.DS_Store
View file @
4ae7393e
No preview for this file type
assets/dg10_ty/scene/dg10_ty.ts
View file @
4ae7393e
...
...
@@ -366,6 +366,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
showXiaodi
()
{
if
(
!
this
.
data
.
npcAudioEnd
)
return
;
pg
.
view
.
find
(
this
,
'
layout_xiaodi/btn_go
'
).
active
=
false
;
this
.
scheduleOnce
(()
=>
{
pg
.
view
.
find
(
this
,
'
layout_xiaodi/btn_go
'
).
active
=
true
;
},
0.5
)
pg
.
view
.
touchOn
(
pg
.
view
.
find
(
this
,
'
layout_xiaodi/btn_go
'
),
this
.
onTouchExit
,
this
);
pg
.
view
.
setString
(
pg
.
view
.
find
(
this
,
'
layout_xiaodi/btn_go/txt
'
),
this
.
data
.
npcAudioText
)
pg
.
view
.
find
(
this
,
'
layout_xiaodi
'
).
active
=
true
;
...
...
form/src/app/form/form.component.html
View file @
4ae7393e
...
...
@@ -93,7 +93,6 @@
<div
style=
"margin: 5px"
>
<span>
{{ item.npcAudioEndName}}
</span>
</div>
</div>
</div>
<!-- 题目区 -->
...
...
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