Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wildfirecode13
wfc13
Commits
9b4a3f26
Commit
9b4a3f26
authored
Aug 05, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
2070acbf
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
142 additions
and
1282 deletions
+142
-1282
prize_bg.png
project/resource/prize/prize_bg.png
+0
-0
prize_close.png
project/resource/prize/prize_close.png
+0
-0
prize_invite.png
project/resource/prize/prize_invite.png
+0
-0
prize_progress.png
project/resource/prize/prize_progress.png
+0
-0
prize_progressbg.png
project/resource/prize/prize_progressbg.png
+0
-0
prize_title.png
project/resource/prize/prize_title.png
+0
-0
prize_title2.png
project/resource/prize/prize_title2.png
+0
-0
res.json
project/resource/res.json
+4
-1
skin.json
project/resource/skin.json
+1
-1277
ResJson.ts
project/src/ResJson.ts
+4
-1
SkinJson.ts
project/src/SkinJson.ts
+131
-1
prize.ts
project/src/panels/prize.ts
+2
-2
No files found.
project/resource/prize
2/
bg.png
→
project/resource/prize
/prize_
bg.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
close.png
→
project/resource/prize
/prize_
close.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
invite.png
→
project/resource/prize
/prize_
invite.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
progress.png
→
project/resource/prize
/prize_
progress.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
progressbg.png
→
project/resource/prize
/prize_
progressbg.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
title.png
→
project/resource/prize
/prize_
title.png
View file @
9b4a3f26
File moved
project/resource/prize
2/
title2.png
→
project/resource/prize
/prize_
title2.png
View file @
9b4a3f26
File moved
project/resource/res.json
View file @
9b4a3f26
...
@@ -36,7 +36,10 @@
...
@@ -36,7 +36,10 @@
"keys"
:
"playBg.jpg"
,
"keys"
:
"playBg.jpg"
,
"name"
:
"playScene"
"name"
:
"playScene"
},
},
{
"keys"
:
"prize_bg.png,prize_close.png,prize_invite.png,prize_progress.png,prize_progressbg.png,prize_title.png,prize_title2.png"
,
"name"
:
"prize"
},
{
{
"keys"
:
"share_bg.png"
,
"keys"
:
"share_bg.png"
,
"name"
:
"share"
"name"
:
"share"
...
...
project/resource/skin.json
View file @
9b4a3f26
This diff is collapsed.
Click to expand it.
project/src/ResJson.ts
View file @
9b4a3f26
...
@@ -36,7 +36,10 @@ export const ResJson = {
...
@@ -36,7 +36,10 @@ export const ResJson = {
"keys"
:
"playBg.jpg"
,
"keys"
:
"playBg.jpg"
,
"name"
:
"playScene"
"name"
:
"playScene"
},
},
{
"keys"
:
"prize_bg.png,prize_close.png,prize_invite.png,prize_progress.png,prize_progressbg.png,prize_title.png,prize_title2.png"
,
"name"
:
"prize"
},
{
{
"keys"
:
"share_bg.png"
,
"keys"
:
"share_bg.png"
,
"name"
:
"share"
"name"
:
"share"
...
...
project/src/SkinJson.ts
View file @
9b4a3f26
...
@@ -468,7 +468,6 @@ export const SkinJson ={
...
@@ -468,7 +468,6 @@ export const SkinJson ={
}
}
]
]
},
},
{
{
"name"
:
"index2"
,
"name"
:
"index2"
,
"x"
:
0
,
"x"
:
0
,
...
@@ -1272,6 +1271,137 @@ export const SkinJson ={
...
@@ -1272,6 +1271,137 @@ export const SkinJson ={
]
]
}
}
]
]
},
{
"name"
:
"prize"
,
"x"
:
78
,
"y"
:
405
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"prize_title2"
,
"x"
:
28
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_title2.png"
}
},
{
"name"
:
"prize_bg"
,
"x"
:
0
,
"y"
:
134
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_bg.png"
}
},
{
"name"
:
"prize_title"
,
"x"
:
78
,
"y"
:
69
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_title.png"
}
},
{
"name"
:
"prize_progressbg"
,
"x"
:
130
,
"y"
:
347
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressbg.png"
}
},
{
"name"
:
"prize_progress"
,
"x"
:
132
,
"y"
:
348
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progress.png"
}
},
{
"name"
:
"prize_invite"
,
"x"
:
127
,
"y"
:
580
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_invite.png"
}
},
{
"name"
:
"prize_tips5"
,
"x"
:
183
,
"y"
:
208
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"恭喜你获得体验金"
,
"size"
:
30
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tip3"
,
"x"
:
240
,
"y"
:
392
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000/1000000"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tip4"
,
"x"
:
97
,
"y"
:
451
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"邀请好友助力,体验金最高可得100万"
,
"size"
:
24
,
"fillColor"
:
"#c75b2b"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tips2"
,
"x"
:
216
,
"y"
:
254
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"1000"
,
"size"
:
60
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_tips1"
,
"x"
:
347
,
"y"
:
277
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"元"
,
"size"
:
29
,
"fillColor"
:
"#ff2f50"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_close"
,
"x"
:
560
,
"y"
:
7
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_close.png"
}
}
]
}
}
]
]
}
}
\ No newline at end of file
project/src/panels/prize.ts
View file @
9b4a3f26
...
@@ -92,7 +92,7 @@ export class PrizePanel extends Panel {
...
@@ -92,7 +92,7 @@ export class PrizePanel extends Panel {
this
.
inviteBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_inviteBtn
,
this
);
this
.
inviteBtn
.
removeEventListener
(
FYGE
.
MouseEvent
.
CLICK
,
this
.
onClick_inviteBtn
,
this
);
}
}
get
groupNames
()
{
return
[
"prize
2
"
]
}
get
groupNames
()
{
return
[
"prize"
]
}
get
skinName
()
{
return
"prize
2
"
}
get
skinName
()
{
return
"prize"
}
}
}
\ No newline at end of file
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