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
4f290dc5
Commit
4f290dc5
authored
Aug 15, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 关闭逻辑改动
parent
35cc1e02
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
270 additions
and
233 deletions
+270
-233
xy_camera.fire
assets/xy_camera/scene/xy_camera.fire
+233
-233
xy_camera.ts
assets/xy_camera/scene/xy_camera.ts
+1
-0
iknow.png
assets/xy_camera/textures/iknow.png
+0
-0
iknow.png.meta
assets/xy_camera/textures/iknow.png.meta
+36
-0
No files found.
assets/xy_camera/scene/xy_camera.fire
View file @
4f290dc5
This diff is collapsed.
Click to expand it.
assets/xy_camera/scene/xy_camera.ts
View file @
4f290dc5
...
...
@@ -155,6 +155,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
let
pages
=
this
.
page_view
.
getComponent
(
cc
.
PageView
).
getPages
();
this
.
tip_left
.
active
=
pages
.
length
>
0
&&
index
>
0
;
this
.
tip_right
.
active
=
pages
.
length
>
0
&&
index
<
pages
.
length
-
1
;
cc
.
find
(
"
s_group/startbg/btn_close
"
,
this
.
startNode
).
active
=
index
===
pages
.
length
-
1
;
let
page
=
pages
[
index
];
if
(
page
)
playAudioByUrl
(
page
[
"
data
"
].
audio
);
...
...
assets/xy_camera/textures/iknow.png
0 → 100644
View file @
4f290dc5
7.73 KB
assets/xy_camera/textures/iknow.png.meta
0 → 100644
View file @
4f290dc5
{
"ver": "2.3.5",
"uuid": "4d51056a-2e8f-4f56-8d83-0e3a8cd2f912",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 234,
"height": 121,
"platformSettings": {},
"subMetas": {
"iknow": {
"ver": "1.0.4",
"uuid": "d08949e3-b952-4753-bb18-89f8f2082a4b",
"rawTextureUuid": "4d51056a-2e8f-4f56-8d83-0e3a8cd2f912",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": -0.5,
"trimX": 8,
"trimY": 8,
"width": 218,
"height": 106,
"rawWidth": 234,
"rawHeight": 121,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"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