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
b34b025b
Commit
b34b025b
authored
Apr 06, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
671514de
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
122 deletions
+13
-122
workspace.xml
.idea/workspace.xml
+12
-121
MapUI.ts
src/scene/map/MapUI.ts
+1
-1
No files found.
.idea/workspace.xml
View file @
b34b025b
This diff is collapsed.
Click to expand it.
src/scene/map/MapUI.ts
View file @
b34b025b
...
...
@@ -91,7 +91,7 @@ export default class MapUI extends Container {
// 任务按钮
this
.
taskBtn
=
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'map_taskBtn.png'
)));
this
.
taskBtn
.
position
.
set
(
6
2
3
,
_y
+
65
);
this
.
taskBtn
.
position
.
set
(
6
4
3
,
_y
+
65
);
this
.
energyBox
=
this
.
addChild
(
new
EnergyBox
());
this
.
energyBox
.
position
.
set
(
8
,
_y
+
65
);
...
...
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