Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP_18
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
OP_18
Commits
4771c393
Commit
4771c393
authored
Nov 08, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 跳着写 版本
parent
33376618
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
18 deletions
+5
-18
.DS_Store
.DS_Store
+0
-0
OP_18.meta
assets/OP_18.meta
+1
-15
OP_18.js
assets/OP_18/scene/OP_18.js
+4
-3
No files found.
.DS_Store
View file @
4771c393
No preview for this file type
assets/OP_18.meta
View file @
4771c393
{
"ver": "1.1.2",
"uuid": "e9f579c0-59b7-4567-93ad-5b17f799e827",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
{"ver":"1.1.2","uuid":"e9f579c0-59b7-4567-93ad-5b17f799e827","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
assets/OP_18/scene/OP_18.js
View file @
4771c393
...
...
@@ -1381,7 +1381,7 @@ cc.Class({
}
writeRect
.
hitCount
++
;
if
(
writeRect
.
hitCount
<
1
)
{
if
(
writeRect
.
hitCount
<
2
)
{
return
;
}
...
...
@@ -1991,6 +1991,8 @@ cc.Class({
})
}
this
.
pushNodePoolArr
();
if
(
!
this
.
canTouch
&&
isPool
==
false
)
{
...
...
@@ -2015,7 +2017,6 @@ cc.Class({
this
.
pushNodePoolArr
();
// if (this.debugLayer.parent && this.debugLayer.active) {
// this.debugDrawLayer.removeAllChildren();
...
...
@@ -3282,7 +3283,7 @@ cc.Class({
// const colorRect = this.getColorRect(rect, "purple");
const
colorRect
=
this
.
getColorDot
(
centerLoc
[
0
],
-
centerLoc
[
1
],
0.0
2
,
0.02
,
'
purple
'
);
const
colorRect
=
this
.
getColorDot
(
centerLoc
[
0
],
-
centerLoc
[
1
],
0.0
1
,
0.01
,
'
purple
'
);
colorRect
.
labelText
=
content
;
...
...
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