Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
翁阳
babycare_xiaoxiao
Commits
a5fbe958
Commit
a5fbe958
authored
Oct 10, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2e04b054
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
output.js
output.js
+1
-1
output.js.map
output.js.map
+1
-1
MapScene.ts
src/scene/map/MapScene.ts
+1
-1
No files found.
output.js
View file @
a5fbe958
...
...
@@ -21150,7 +21150,7 @@ var TaskPanel = (function (_super) {
});
};
TaskPanel.prototype.initUi = function () {
this.scroll = this.addChild(new ScrollList(TaskItem, 700, 180, 700,
900
));
this.scroll = this.addChild(new ScrollList(TaskItem, 700, 180, 700,
808
));
this.scroll.position.set(25, 670);
};
TaskPanel.prototype.start = function (data) {
output.js.map
View file @
a5fbe958
This diff is collapsed.
Click to expand it.
src/scene/map/MapScene.ts
View file @
a5fbe958
...
...
@@ -161,7 +161,7 @@ export class MapScene extends Scene {
}
// 闯关记录里有的
console
.
log
(
data
.
records
);
//
console.log(data.records);
if
(
!
Array
.
isArray
(
data
.
records
))
data
.
records
=
[];
data
.
records
.
forEach
((
v
)
=>
{
MapScene
.
checkArr
[
v
.
level
].
data
=
v
;
...
...
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