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
4eb4b12b
Commit
4eb4b12b
authored
Oct 11, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮放反了
parent
9d5551c9
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10548 additions
and
111 deletions
+10548
-111
workspace.xml
.idea/workspace.xml
+28
-34
output.js
output.js
+51
-46
output.js.map
output.js.map
+1
-1
ResJson.ts
src/ResJson.ts
+10466
-28
SuccessPrizePanel.ts
src/panels/SuccessPrizePanel.ts
+2
-2
No files found.
.idea/workspace.xml
View file @
4eb4b12b
This diff is collapsed.
Click to expand it.
output.js
View file @
4eb4b12b
This diff is collapsed.
Click to expand it.
output.js.map
View file @
4eb4b12b
This diff is collapsed.
Click to expand it.
src/ResJson.ts
View file @
4eb4b12b
This diff is collapsed.
Click to expand it.
src/panels/SuccessPrizePanel.ts
View file @
4eb4b12b
...
...
@@ -94,11 +94,11 @@ export class SuccessPrizePanel extends Panel {
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'继续闯关红.png'
)))
.
addEventListener
(
MouseEvent
.
CLICK
,
this
.
continue
,
this
)
.
position
.
set
(
388
,
1145
);
.
position
.
set
(
100
,
1145
);
this
.
addChild
(
new
Button
(
RES
.
getRes
(
'查看奖品.png'
)))
.
addEventListener
(
MouseEvent
.
CLICK
,
this
.
lookPrize
,
this
)
.
position
.
set
(
100
,
1145
);
.
position
.
set
(
388
,
1145
);
}
}
...
...
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