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
a46a110f
Commit
a46a110f
authored
Aug 13, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
8c7a089a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
632 additions
and
158 deletions
+632
-158
res.json
project/resource/res.json
+1
-4
skin.json
project/resource/skin.json
+630
-1
ResJson.ts
project/src/ResJson.ts
+1
-4
SkinJson.ts
project/src/SkinJson.ts
+0
-149
No files found.
project/resource/res.json
View file @
a46a110f
...
...
@@ -20,10 +20,7 @@
"keys"
:
"getTimes_bg.png,getTimes_close.png,getTimes_go.png"
,
"name"
:
"getTimes"
},
{
"keys"
:
"index_bg.png,index_bg2.png,index_logo1.png,index_logo2.png,index_opentips.png,index_prizebg.png,index_record.png,index_rule.png,index_sharetips.png"
,
"name"
:
"index"
},
{
"keys"
:
"进度条.png,进度条底.png"
,
"name"
:
"loading"
...
...
project/resource/skin.json
View file @
a46a110f
This diff is collapsed.
Click to expand it.
project/src/ResJson.ts
View file @
a46a110f
...
...
@@ -20,10 +20,7 @@ export const ResJson = {
"keys"
:
"getTimes_bg.png,getTimes_close.png,getTimes_go.png"
,
"name"
:
"getTimes"
},
{
"keys"
:
"index_bg.png,index_bg2.png,index_logo1.png,index_logo2.png,index_opentips.png,index_prizebg.png,index_record.png,index_rule.png,index_sharetips.png"
,
"name"
:
"index"
},
{
"keys"
:
"进度条.png,进度条底.png"
,
"name"
:
"loading"
...
...
project/src/SkinJson.ts
View file @
a46a110f
...
...
@@ -215,155 +215,6 @@ export const SkinJson ={
}
]
},
{
"name"
:
"index"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"container"
,
"children"
:
[
{
"name"
:
"index_bg"
,
"x"
:
0
,
"y"
:
0
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_bg.png"
}
},
{
"name"
:
"index_bg2"
,
"x"
:
31
,
"y"
:
424
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_bg2.png"
}
},
{
"name"
:
"index_moneytips2"
,
"x"
:
608
,
"y"
:
1127
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"0"
,
"size"
:
32
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_moneytips"
,
"x"
:
490
,
"y"
:
1133
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"我的积分:"
,
"size"
:
24
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_timestips2"
,
"x"
:
255
,
"y"
:
1127
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"0"
,
"size"
:
32
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_timestips"
,
"x"
:
137
,
"y"
:
1132
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"剩余次数:"
,
"size"
:
24
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_costtips"
,
"x"
:
322
,
"y"
:
430
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"0积分/次"
,
"size"
:
30
,
"fillColor"
:
"#000000"
,
"textAlpha"
:
1
}
},
{
"name"
:
"index_prizebg"
,
"x"
:
31
,
"y"
:
1256
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_prizebg.png"
}
},
{
"name"
:
"index_opentips"
,
"x"
:
200
,
"y"
:
1206
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_opentips.png"
}
},
{
"name"
:
"index_logo2"
,
"x"
:
173
,
"y"
:
291
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_logo2.png"
}
},
{
"name"
:
"index_logo1"
,
"x"
:
237
,
"y"
:
215
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_logo1.png"
}
},
{
"name"
:
"index_rule"
,
"x"
:
0
,
"y"
:
230
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_rule.png"
}
},
{
"name"
:
"index_record"
,
"x"
:
608
,
"y"
:
230
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_record.png"
}
},
{
"name"
:
"index_sharetips"
,
"x"
:
184
,
"y"
:
1187
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_sharetips.png"
}
}
]
},
{
"name"
:
"cost"
,
"x"
:
126
,
...
...
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