Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NJ_YouLeChang
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
NJ_YouLeChang
Commits
3fe36348
Commit
3fe36348
authored
Sep 18, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
0503e80e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
842 additions
and
175 deletions
+842
-175
NJ_YouLeChang.fire
assets/NJ_YouLeChang/scene/NJ_YouLeChang.fire
+804
-172
NJ_YouLeChang.ts
assets/NJ_YouLeChang/scene/NJ_YouLeChang.ts
+2
-3
bg_grass_lite.png
assets/NJ_YouLeChang/textures/bg_grass_lite.png
+0
-0
bg_grass_lite.png.meta
assets/NJ_YouLeChang/textures/bg_grass_lite.png.meta
+36
-0
No files found.
assets/NJ_YouLeChang/scene/NJ_YouLeChang.fire
View file @
3fe36348
This diff is collapsed.
Click to expand it.
assets/NJ_YouLeChang/scene/NJ_YouLeChang.ts
View file @
3fe36348
...
...
@@ -19,9 +19,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
if
(
this
.
orgId
!=
507
)
{
// 说明是数字版, 变换一下界面布局
const
nd
=
cc
.
find
(
`Canvas/bg_ground/bg_grass`
);
cc
.
find
(
`jtpdr_lite`
,
nd
).
active
=
true
;
cc
.
find
(
`btn_familypindu`
,
nd
).
active
=
false
;
cc
.
find
(
`Canvas/bg_ground/bg_grass`
).
active
=
false
;
cc
.
find
(
`Canvas/bg_ground/bg_grass_lite`
).
active
=
true
;
if
(
this
.
engineType
==
'
aixuebao
'
)
{
cc
.
find
(
`Canvas/userInfo/frame/BtnLogout`
).
active
=
false
;
...
...
assets/NJ_YouLeChang/textures/bg_grass_lite.png
0 → 100644
View file @
3fe36348
76.2 KB
assets/NJ_YouLeChang/textures/bg_grass_lite.png.meta
0 → 100644
View file @
3fe36348
{
"ver": "2.3.5",
"uuid": "363b030f-e2e6-49f3-b60d-bcf5980e300a",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1819,
"height": 882,
"platformSettings": {},
"subMetas": {
"bg_grass_lite": {
"ver": "1.0.4",
"uuid": "c83ff2ef-7a8e-495e-ac3b-0b1a37441d30",
"rawTextureUuid": "363b030f-e2e6-49f3-b60d-bcf5980e300a",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 1,
"width": 1819,
"height": 880,
"rawWidth": 1819,
"rawHeight": 882,
"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