Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Z_05_nxuan1
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
Z_05_nxuan1
Commits
b69eb268
Commit
b69eb268
authored
Jan 25, 2021
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 闪屏问题
parent
8383b5c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
n_xuan1.js
play/assets/tmpGame/scene/n_xuan1.js
+1
-1
builder.json
play/settings/builder.json
+3
-2
project.json
play/settings/project.json
+1
-1
No files found.
play/assets/tmpGame/scene/n_xuan1.js
View file @
b69eb268
...
...
@@ -702,7 +702,7 @@ cc.Class({
arrowPrefab
.
x
=
lastNode
.
x
+
lineVec2
.
x
*
(
k
+
1
)
/
(
arrowNumber
+
1
);
arrowPrefab
.
y
=
lastNode
.
y
+
lineVec2
.
y
*
(
k
+
1
)
/
(
arrowNumber
+
1
);
arrowPrefab
.
angle
=
cc
.
v2
(
1
,
0
).
signAngle
(
lineVec2
)
*
180
/
Math
.
PI
;
arrowPrefab
.
name
=
name
;
//
arrowPrefab.name = name;
arrowPrefab
.
parent
=
letterNodeBase
;
this
.
arrowPrefabList
.
push
(
arrowPrefab
);
...
...
play/settings/builder.json
View file @
b69eb268
...
...
@@ -42,7 +42,7 @@
"width"
:
1280
},
"android-instant"
:
{
"REMOTE_SERVER_ROOT"
:
""
,
"REMOTE_SERVER_ROOT"
:
"
http://192.168.20.83:7456/preview-android-instant/
"
,
"host"
:
""
,
"packageName"
:
"org.cocos2d.demo"
,
"pathPattern"
:
""
,
...
...
@@ -50,5 +50,6 @@
"scheme"
:
"https"
,
"skipRecord"
:
false
},
"appBundle"
:
false
"appBundle"
:
false
,
"includeAnySDK"
:
false
}
play/settings/project.json
View file @
b69eb268
...
...
@@ -32,5 +32,5 @@
"enable"
:
false
}
},
"last-module-event-record-time"
:
16
00068378528
"last-module-event-record-time"
:
16
11540329962
}
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