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
3fc326e4
Commit
3fc326e4
authored
Apr 12, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
49ac6aeb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
output.js
output.js
+2
-2
output.js.map
output.js.map
+1
-1
No files found.
output.js
View file @
3fc326e4
...
@@ -13964,7 +13964,7 @@ var MapScene = (function (_super) {
...
@@ -13964,7 +13964,7 @@ var MapScene = (function (_super) {
};
};
MapScene.prototype.initGuide = function () {
MapScene.prototype.initGuide = function () {
var _this = this;
var _this = this;
setTimeout(function () { return _this.scroll
ToCheck(1
); });
setTimeout(function () { return _this.scroll
Page.scrollTo(0, 0
); });
var guide = this.addChild(new Container());
var guide = this.addChild(new Container());
var g = guide.addChild(new Graphics());
var g = guide.addChild(new Graphics());
g.beginFill(0, 0.6);
g.beginFill(0, 0.6);
...
@@ -13973,7 +13973,7 @@ var MapScene = (function (_super) {
...
@@ -13973,7 +13973,7 @@ var MapScene = (function (_super) {
var guide_check = guide.addChild(new CheckBtn_1.default({ check: 1 }));
var guide_check = guide.addChild(new CheckBtn_1.default({ check: 1 }));
guide_check.enabled = true;
guide_check.enabled = true;
guide_check.type = CheckBtn_1.CHECK_TYPE.CUR;
guide_check.type = CheckBtn_1.CHECK_TYPE.CUR;
var checkY = MapScene.checkArr[1].y
- layers_1.layers.stageOffsetY / layers_1.layers.stageHeight * 310
;
var checkY = MapScene.checkArr[1].y;
guide_check.position.set(MapScene.checkArr[1].x, checkY);
guide_check.position.set(MapScene.checkArr[1].x, checkY);
var guide_light = guide.addChild(Tools_1.Tools.getSprite('guide_light.png'));
var guide_light = guide.addChild(Tools_1.Tools.getSprite('guide_light.png'));
guide_light.anchorTexture.set(0.5, 0.5);
guide_light.anchorTexture.set(0.5, 0.5);
...
...
output.js.map
View file @
3fc326e4
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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