Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ET_07
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
ET_07
Commits
45fc7604
Commit
45fc7604
authored
Feb 24, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 界面拼好了
parent
e8965591
Changes
24
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
3294 additions
and
47 deletions
+3294
-47
angular.json
form/angular.json
+5
-2
Aharoni-Bold.ttf
play/assets/ET_07/fonts/Aharoni-Bold.ttf
+0
-0
Aharoni-Bold.ttf.meta
play/assets/ET_07/fonts/Aharoni-Bold.ttf.meta
+5
-0
Comic Sans MS.ttf
play/assets/ET_07/fonts/Comic Sans MS.ttf
+0
-0
Comic Sans MS.ttf.meta
play/assets/ET_07/fonts/Comic Sans MS.ttf.meta
+5
-0
ET_07.fire
play/assets/ET_07/scene/ET_07.fire
+2970
-41
ET_07.js
play/assets/ET_07/scene/ET_07.js
+21
-4
Btn_switch_big.png
play/assets/ET_07/textures/Btn_switch_big.png
+0
-0
Btn_switch_big.png.meta
play/assets/ET_07/textures/Btn_switch_big.png.meta
+36
-0
Btn_switch_small.png
play/assets/ET_07/textures/Btn_switch_small.png
+0
-0
Btn_switch_small.png.meta
play/assets/ET_07/textures/Btn_switch_small.png.meta
+36
-0
Img_bg.png
play/assets/ET_07/textures/Img_bg.png
+0
-0
Img_bg.png.meta
play/assets/ET_07/textures/Img_bg.png.meta
+36
-0
Img_letter_bg.png
play/assets/ET_07/textures/Img_letter_bg.png
+0
-0
Img_letter_bg.png.meta
play/assets/ET_07/textures/Img_letter_bg.png.meta
+36
-0
Img_title.png
play/assets/ET_07/textures/Img_title.png
+0
-0
Img_title.png.meta
play/assets/ET_07/textures/Img_title.png.meta
+36
-0
letters.meta
play/assets/ET_07/textures/letters.meta
+12
-0
big.meta
play/assets/ET_07/textures/letters/big.meta
+12
-0
Img_letter_big_w.png
play/assets/ET_07/textures/letters/big/Img_letter_big_w.png
+0
-0
Img_letter_big_w.png.meta
...sets/ET_07/textures/letters/big/Img_letter_big_w.png.meta
+36
-0
small.meta
play/assets/ET_07/textures/letters/small.meta
+12
-0
Img_letter_small_w.png
...ssets/ET_07/textures/letters/small/Img_letter_small_w.png
+0
-0
Img_letter_small_w.png.meta
.../ET_07/textures/letters/small/Img_letter_small_w.png.meta
+36
-0
No files found.
form/angular.json
View file @
45fc7604
...
...
@@ -128,5 +128,8 @@
}
}
},
"defaultProject"
:
"ng-template-generator"
"defaultProject"
:
"ng-template-generator"
,
"cli"
:
{
"analytics"
:
false
}
}
\ No newline at end of file
play/assets/ET_07/fonts/Aharoni-Bold.ttf
0 → 100644
View file @
45fc7604
File added
play/assets/ET_07/fonts/Aharoni-Bold.ttf.meta
0 → 100644
View file @
45fc7604
{
"ver": "1.1.0",
"uuid": "44365e5e-81c4-445b-afd8-8f421f7625f2",
"subMetas": {}
}
\ No newline at end of file
play/assets/ET_07/fonts/Comic Sans MS.ttf
0 → 100644
View file @
45fc7604
File added
play/assets/ET_07/fonts/Comic Sans MS.ttf.meta
0 → 100644
View file @
45fc7604
{
"ver": "1.1.0",
"uuid": "5fa1518c-b27d-446b-9748-dfd0ab92ff2b",
"subMetas": {}
}
\ No newline at end of file
play/assets/ET_07/scene/ET_07.fire
View file @
45fc7604
This diff is collapsed.
Click to expand it.
play/assets/ET_07/scene/ET_07.js
View file @
45fc7604
...
...
@@ -10,6 +10,7 @@ cc.Class({
// 生命周期 onLoad
onLoad
()
{
this
.
initSceneData
();
},
_imageResList
:
null
,
...
...
@@ -91,7 +92,23 @@ cc.Class({
},
initView
()
{
const
letter
=
'
W
'
;
const
letterBg
=
cc
.
instantiate
(
cc
.
find
(
`Img_letter_bg_
${
letter
}
`
));
letterBg
.
x
=
0
;
letterBg
.
y
=
0
;
letterBg
.
parent
=
cc
.
find
(
'
Canvas/bg/Img_letter_bg
'
);
// cc.find('LetterMask/bg', letterBg).active = false;
const
drawNodeList
=
this
.
getDrawNodeList
(
letterBg
);
for
(
const
drawNode
of
drawNodeList
)
{
// drawNode.opcity = 0;
}
},
getDrawNodeList
(
letterBg
)
{
const
drawNodeList
=
[];
drawNodeList
.
push
(...
letterBg
.
children
.
filter
((
child
)
=>
child
.
name
!=
LetterMask
));
return
drawNodeList
;
},
initListener
()
{
...
...
play/assets/ET_07/textures/Btn_switch_big.png
0 → 100644
View file @
45fc7604
1.57 KB
play/assets/ET_07/textures/Btn_switch_big.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "76bd0106-0414-47b5-9650-d3f1a4b0b1fc",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 94,
"height": 94,
"platformSettings": {},
"subMetas": {
"Btn_switch_big": {
"ver": "1.0.4",
"uuid": "bfa35517-a297-4365-8592-668a446e4af6",
"rawTextureUuid": "76bd0106-0414-47b5-9650-d3f1a4b0b1fc",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 94,
"height": 94,
"rawWidth": 94,
"rawHeight": 94,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/Btn_switch_small.png
0 → 100644
View file @
45fc7604
948 Bytes
play/assets/ET_07/textures/Btn_switch_small.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "585133cc-b64e-4891-84fd-828339767929",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 60,
"height": 66,
"platformSettings": {},
"subMetas": {
"Btn_switch_small": {
"ver": "1.0.4",
"uuid": "b7c5c0c9-5f17-4b34-8b8f-74c41172f112",
"rawTextureUuid": "585133cc-b64e-4891-84fd-828339767929",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 60,
"height": 66,
"rawWidth": 60,
"rawHeight": 66,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/Img_bg.png
0 → 100644
View file @
45fc7604
114 KB
play/assets/ET_07/textures/Img_bg.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "4a958be0-39e3-4b07-8ac4-009fe2bae8cf",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1280,
"height": 720,
"platformSettings": {},
"subMetas": {
"Img_bg": {
"ver": "1.0.4",
"uuid": "8f73b88c-350d-453f-9518-1cd419495d9b",
"rawTextureUuid": "4a958be0-39e3-4b07-8ac4-009fe2bae8cf",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 1280,
"height": 720,
"rawWidth": 1280,
"rawHeight": 720,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/Img_letter_bg.png
0 → 100644
View file @
45fc7604
16.5 KB
play/assets/ET_07/textures/Img_letter_bg.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "a7fa6419-828d-43fc-bbe5-c47050e2ff2e",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 708,
"height": 553,
"platformSettings": {},
"subMetas": {
"Img_letter_bg": {
"ver": "1.0.4",
"uuid": "d09ea72f-2556-4afb-b787-e722a2ca1f2e",
"rawTextureUuid": "a7fa6419-828d-43fc-bbe5-c47050e2ff2e",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 716,
"height": 561,
"rawWidth": 716,
"rawHeight": 561,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/Img_title.png
0 → 100644
View file @
45fc7604
5.66 KB
play/assets/ET_07/textures/Img_title.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "8fb93fcf-4b9d-4a8f-b575-f8e6232c01e6",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 473,
"height": 109,
"platformSettings": {},
"subMetas": {
"Img_title": {
"ver": "1.0.4",
"uuid": "347b4481-5e24-4306-b1d1-34a0fcd7ad01",
"rawTextureUuid": "8fb93fcf-4b9d-4a8f-b575-f8e6232c01e6",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 473,
"height": 109,
"rawWidth": 473,
"rawHeight": 109,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/letters.meta
0 → 100644
View file @
45fc7604
{
"ver": "1.1.2",
"uuid": "79668f32-a757-4c42-8aa7-8d91ab54f284",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
play/assets/ET_07/textures/letters/big.meta
0 → 100644
View file @
45fc7604
{
"ver": "1.1.2",
"uuid": "db6d7215-fa78-4661-b7da-aad7d6cafff4",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
play/assets/ET_07/textures/letters/big/Img_letter_big_w.png
0 → 100644
View file @
45fc7604
45.6 KB
play/assets/ET_07/textures/letters/big/Img_letter_big_w.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "bd83ae55-3226-46bb-9bfd-ef264c9b0ca0",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 364,
"height": 298,
"platformSettings": {},
"subMetas": {
"Img_letter_big_w": {
"ver": "1.0.4",
"uuid": "d4ce5896-f4df-431b-ae8f-105cf9427134",
"rawTextureUuid": "bd83ae55-3226-46bb-9bfd-ef264c9b0ca0",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -0.5,
"offsetY": 41.5,
"trimX": 2,
"trimY": 80,
"width": 364,
"height": 298,
"rawWidth": 369,
"rawHeight": 541,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
play/assets/ET_07/textures/letters/small.meta
0 → 100644
View file @
45fc7604
{
"ver": "1.1.2",
"uuid": "4c1afad7-cdc6-4cc5-b753-e7f9a4c22c78",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
play/assets/ET_07/textures/letters/small/Img_letter_small_w.png
0 → 100644
View file @
45fc7604
7.34 KB
play/assets/ET_07/textures/letters/small/Img_letter_small_w.png.meta
0 → 100644
View file @
45fc7604
{
"ver": "2.3.5",
"uuid": "6bc3fb00-2670-4e43-b4db-7fcd25fa117d",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 254,
"height": 171,
"platformSettings": {},
"subMetas": {
"Img_letter_small_w": {
"ver": "1.0.4",
"uuid": "f74fbaad-3f7f-45d4-9d35-24211d207e4c",
"rawTextureUuid": "6bc3fb00-2670-4e43-b4db-7fcd25fa117d",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": -1.5,
"offsetY": -22,
"trimX": 56,
"trimY": 207,
"width": 254,
"height": 171,
"rawWidth": 369,
"rawHeight": 541,
"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