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
1154153c
Commit
1154153c
authored
Oct 10, 2020
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7384c513
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
output.js
output.js
+1
-1
output.js.map
output.js.map
+1
-1
StartPanelPrize.ts
src/panels/StartPanelPrize.ts
+4
-2
No files found.
output.js
View file @
1154153c
...
...
@@ -12816,7 +12816,7 @@ exports.SkinJson = {
"alpha": 1,
"type": "text",
"props": {
"text": "太厉害了!获得
抽奖资格!
",
"text": "太厉害了!获得
奖励:
",
"size": 34,
"fillColor": "#df5942",
"bold": true
output.js.map
View file @
1154153c
This diff is collapsed.
Click to expand it.
src/panels/StartPanelPrize.ts
View file @
1154153c
...
...
@@ -53,8 +53,10 @@ export class StartPanelPrize extends Panel {
this
.
checkTex
.
strokeColor
=
'#c95122'
;
this
.
checkTex
.
stroke
=
3
;
this
.
startBtn
.
visible
=
!
this
.
data
.
isPlayed
;
this
.
startBtn2
.
visible
=
this
.
data
.
isPlayed
;
// this.startBtn.visible = !this.data.isPlayed;
// this.startBtn2.visible = this.data.isPlayed;
this
.
startBtn
.
visible
=
true
;
this
.
startBtn2
.
visible
=
false
;
this
.
addChild
(
new
StartTarget
(
level
))
.
position
.
set
(
0
,
652
);
...
...
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