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
1a35d683
Commit
1a35d683
authored
Aug 05, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c4e15a68
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
172 additions
and
0 deletions
+172
-0
prize_progressbg.png
project/resource/prize/prize_progressbg.png
+0
-0
prize_progressfront.png
project/resource/prize/prize_progressfront.png
+0
-0
skin.json
project/resource/skin.json
+86
-0
SkinJson.ts
project/src/SkinJson.ts
+86
-0
No files found.
project/resource/prize/prize_progressbg.png
0 → 100644
View file @
1a35d683
2.25 KB
project/resource/prize/prize_progressfront.png
0 → 100644
View file @
1a35d683
11.3 KB
project/resource/skin.json
View file @
1a35d683
...
...
@@ -535,6 +535,92 @@
}
}
]
},
{
"name"
:
"prize"
,
"x"
:
67
,
"y"
:
319
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"prize_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_bg.png"
}
},
{
"name"
:
"prize_name"
,
"x"
:
147
,
"y"
:
317
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"多功能不粘小奶锅16cm"
,
"size"
:
30
,
"fillColor"
:
"#5889ce"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_closebtn"
,
"x"
:
561
,
"y"
:
166
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_closebtn.png"
}
},
{
"name"
:
"prize_tips"
,
"x"
:
164
,
"y"
:
848
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"奖品可在“我的奖品”中查看"
,
"size"
:
24
,
"fillColor"
:
"#5889ce"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_okbtn"
,
"x"
:
126
,
"y"
:
724
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_okbtn.png"
}
},
{
"name"
:
"prize_placeholder"
,
"x"
:
183
,
"y"
:
405
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_placeholder.png"
}
},
{
"name"
:
"prize_progressbg"
,
"x"
:
19
,
"y"
:
667
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressbg.png"
}
},
{
"name"
:
"prize_progressfront"
,
"x"
:
27
,
"y"
:
671
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressfront.png"
}
}
]
}
]
}
\ No newline at end of file
project/src/SkinJson.ts
View file @
1a35d683
...
...
@@ -535,6 +535,92 @@ export const SkinJson ={
}
}
]
},
{
"name"
:
"prize"
,
"x"
:
67
,
"y"
:
319
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"prize_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_bg.png"
}
},
{
"name"
:
"prize_name"
,
"x"
:
147
,
"y"
:
317
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"多功能不粘小奶锅16cm"
,
"size"
:
30
,
"fillColor"
:
"#5889ce"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_closebtn"
,
"x"
:
561
,
"y"
:
166
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_closebtn.png"
}
},
{
"name"
:
"prize_tips"
,
"x"
:
164
,
"y"
:
848
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"奖品可在“我的奖品”中查看"
,
"size"
:
24
,
"fillColor"
:
"#5889ce"
,
"textAlpha"
:
1
}
},
{
"name"
:
"prize_okbtn"
,
"x"
:
126
,
"y"
:
724
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_okbtn.png"
}
},
{
"name"
:
"prize_placeholder"
,
"x"
:
183
,
"y"
:
405
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_placeholder.png"
}
},
{
"name"
:
"prize_progressbg"
,
"x"
:
19
,
"y"
:
667
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressbg.png"
}
},
{
"name"
:
"prize_progressfront"
,
"x"
:
27
,
"y"
:
671
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"prize_progressfront.png"
}
}
]
}
]
}
\ 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