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
db4c63c5
Commit
db4c63c5
authored
Aug 13, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
a46a110f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
175 additions
and
632 deletions
+175
-632
index_bg.png
project/resource/index/index_bg.png
+0
-0
index_logo2.png
project/resource/index/index_logo2.png
+0
-0
index_sharehand.png
project/resource/index/index_sharehand.png
+0
-0
index_sharetips.png
project/resource/index/index_sharetips.png
+0
-0
res.json
project/resource/res.json
+8
-1
skin.json
project/resource/skin.json
+1
-630
ResJson.ts
project/src/ResJson.ts
+8
-1
SkinJson.ts
project/src/SkinJson.ts
+158
-0
No files found.
project/resource/index/index_bg.png
View replaced file @
a46a110f
View file @
db4c63c5
This diff is collapsed.
Click to expand it.
project/resource/index/index_logo2.png
View replaced file @
a46a110f
View file @
db4c63c5
27.8 KB
|
W:
|
H:
8.64 KB
|
W:
|
H:
2-up
Swipe
Onion skin
project/resource/index/index_sharehand.png
0 → 100644
View file @
db4c63c5
4.72 KB
project/resource/index/index_sharetips.png
View replaced file @
a46a110f
View file @
db4c63c5
11 KB
|
W:
|
H:
5.52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
project/resource/res.json
View file @
db4c63c5
...
...
@@ -20,7 +20,10 @@
"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_sharehand.png,index_sharetips.png"
,
"name"
:
"index"
},
{
"keys"
:
"进度条.png,进度条底.png"
,
"name"
:
"loading"
...
...
@@ -53,6 +56,10 @@
"keys"
:
"share_bg.png,share_close.png,share_go.png"
,
"name"
:
"share"
},
{
"keys"
:
"盲盒开启-打开-输出.svga,盲盒选中-输出.svga,首页元素循环-输出.svga"
,
"name"
:
"svga"
},
{
"keys"
:
"timesNotEnough_bg.png,timesNotEnough_close.png,timesNotEnough_ok.png"
,
"name"
:
"timesNotEnough"
...
...
project/resource/skin.json
View file @
db4c63c5
This diff is collapsed.
Click to expand it.
project/src/ResJson.ts
View file @
db4c63c5
...
...
@@ -20,7 +20,10 @@ 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_sharehand.png,index_sharetips.png"
,
"name"
:
"index"
},
{
"keys"
:
"进度条.png,进度条底.png"
,
"name"
:
"loading"
...
...
@@ -53,6 +56,10 @@ export const ResJson = {
"keys"
:
"share_bg.png,share_close.png,share_go.png"
,
"name"
:
"share"
},
{
"keys"
:
"盲盒开启-打开-输出.svga,盲盒选中-输出.svga,首页元素循环-输出.svga"
,
"name"
:
"svga"
},
{
"keys"
:
"timesNotEnough_bg.png,timesNotEnough_close.png,timesNotEnough_ok.png"
,
"name"
:
"timesNotEnough"
...
...
project/src/SkinJson.ts
View file @
db4c63c5
...
...
@@ -625,6 +625,164 @@ 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"
:
1133
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"XX"
,
"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"
:
1132
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"XX"
,
"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"
:
434
,
"type"
:
"text"
,
"props"
:
{
"text"
:
"XX积分/次"
,
"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_logo1"
,
"x"
:
237
,
"y"
:
215
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_logo1.png"
}
},
{
"name"
:
"index_logo2"
,
"x"
:
173
,
"y"
:
304
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_logo2.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"
:
"index_sharehand"
,
"x"
:
350
,
"y"
:
1227
,
"type"
:
"sprite"
,
"props"
:
{
"source"
:
"index_sharehand.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