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
31114939
Commit
31114939
authored
Dec 21, 2023
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不配置文字隐藏
parent
db116ec7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
556 additions
and
3 deletions
+556
-3
dg10_ty.ts
assets/dg10_ty/scene/dg10_ty.ts
+5
-3
layout_xiaodi.prefab
assets/dg10_ty/textures/xiaodi/layout_xiaodi.prefab
+543
-0
layout_xiaodi.prefab.meta
assets/dg10_ty/textures/xiaodi/layout_xiaodi.prefab.meta
+8
-0
No files found.
assets/dg10_ty/scene/dg10_ty.ts
View file @
31114939
...
...
@@ -378,9 +378,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
showXiaodi
()
{
if
(
!
this
.
data
.
npcAudioEnd
)
return
;
pg
.
view
.
find
(
this
,
'
layout_xiaodi/btn_go
'
).
active
=
false
;
if
(
this
.
data
.
npcAudioText
){
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
;
...
...
assets/dg10_ty/textures/xiaodi/layout_xiaodi.prefab
0 → 100644
View file @
31114939
This diff is collapsed.
Click to expand it.
assets/dg10_ty/textures/xiaodi/layout_xiaodi.prefab.meta
0 → 100644
View file @
31114939
{
"ver": "1.2.9",
"uuid": "59447edd-a03b-485e-9897-e8ea5465dd61",
"optimizationPolicy": "AUTO",
"asyncLoadAssets": false,
"readonly": false,
"subMetas": {}
}
\ No newline at end of file
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