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
c4533cd7
Commit
c4533cd7
authored
Aug 05, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1a35d683
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
138 deletions
+2
-138
res.json
project/resource/res.json
+1
-1
skin.json
project/resource/skin.json
+0
-68
ResJson.ts
project/src/ResJson.ts
+1
-1
SkinJson.ts
project/src/SkinJson.ts
+0
-68
No files found.
project/resource/res.json
View file @
c4533cd7
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
"name"
:
"playScene"
"name"
:
"playScene"
},
},
{
{
"keys"
:
"prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png"
,
"keys"
:
"prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png
,prize_progressbg.png,prize_progressfront.png
"
,
"name"
:
"prize"
"name"
:
"prize"
},
},
{
{
...
...
project/resource/skin.json
View file @
c4533cd7
...
@@ -258,74 +258,6 @@
...
@@ -258,74 +258,6 @@
}
}
]
]
},
},
{
"name"
:
"prize"
,
"x"
:
67
,
"y"
:
327
,
"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"
:
"index"
,
"name"
:
"index"
,
"x"
:
0
,
"x"
:
0
,
...
...
project/src/ResJson.ts
View file @
c4533cd7
...
@@ -37,7 +37,7 @@ export const ResJson = {
...
@@ -37,7 +37,7 @@ export const ResJson = {
"name"
:
"playScene"
"name"
:
"playScene"
},
},
{
{
"keys"
:
"prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png"
,
"keys"
:
"prize_bg.png,prize_closebtn.png,prize_okbtn.png,prize_placeholder.png
,prize_progressbg.png,prize_progressfront.png
"
,
"name"
:
"prize"
"name"
:
"prize"
},
},
{
{
...
...
project/src/SkinJson.ts
View file @
c4533cd7
...
@@ -258,74 +258,6 @@ export const SkinJson ={
...
@@ -258,74 +258,6 @@ export const SkinJson ={
}
}
]
]
},
},
{
"name"
:
"prize"
,
"x"
:
67
,
"y"
:
327
,
"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"
:
"index"
,
"name"
:
"index"
,
"x"
:
0
,
"x"
:
0
,
...
...
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