Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
wildfirecode13
xiaoxiaole
Commits
abace456
Commit
abace456
authored
Apr 03, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
06e4d8b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TaskCenterNoPrizeSkin.exml
egret/resource/skins/TaskCenterNoPrizeSkin.exml
+1
-1
TaskCenterPrize.ts
egret/src/panels/TaskCenter/TaskCenterPrize.ts
+1
-1
No files found.
egret/resource/skins/TaskCenterNoPrizeSkin.exml
View file @
abace456
...
...
@@ -15,7 +15,7 @@
<e:Label
text=
"啊哦,奖励擦肩而过…"
y=
"0"
fontFamily=
"FZY3JW"
size=
"40"
horizontalCenter=
"0"
textColor=
"0xc17343"
/>
</e:Group>
<e:Group
id=
"suningGroup"
horizontalCenter=
"-1"
y=
"321"
visible=
"false"
>
<e:Label
id=
"suningLabel"
text=
"继续完成任务,还可以获得更多
奖励
哦~"
y=
"20"
fontFamily=
"FZY3JW"
size=
"28"
horizontalCenter=
"0"
x=
"10"
textColor=
"0xc17343"
/>
<e:Label
id=
"suningLabel"
text=
"继续完成任务,还可以获得更多
元宝
哦~"
y=
"20"
fontFamily=
"FZY3JW"
size=
"28"
horizontalCenter=
"0"
x=
"10"
textColor=
"0xc17343"
/>
<e:Label
text=
"换个姿势,再来一次!"
y=
"-40"
fontFamily=
"FZY3JW"
size=
"46"
horizontalCenter=
"0"
x=
"-30"
scaleX=
"1"
scaleY=
"1"
textColor=
"0xc17343"
/>
</e:Group>
<e:Group
id=
"btn"
y=
"722.5"
horizontalCenter=
"0"
>
...
...
egret/src/panels/TaskCenter/TaskCenterPrize.ts
View file @
abace456
...
...
@@ -85,7 +85,7 @@ export default class TaskCenterPrize extends Panel {
default
:
this
.
img
.
visible
=
true
;
this
.
img
.
source
=
img
;
this
.
tipsLabel
.
text
=
'继续完成任务可以获得更多
优惠
哦~'
;
this
.
tipsLabel
.
text
=
'继续完成任务可以获得更多
元宝
哦~'
;
break
;
}
}
...
...
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