Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
ForFun
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
59bf2c4f
...
59bf2c4fddc5dcdcd324dd069757a47ab9744a9c
authored
2020-03-17 18:08:58 +0800
by
金学艇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1.修改杨志强提出的部分问题
1 parent
7606bd5a
Show whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
188 additions
and
159 deletions
assets/Scene/sceneGameLoading.fire
assets/Scene/sceneMain.fire
assets/Script/gameCategory.js
assets/Script/loading.js
assets/Script/main.js
assets/resources/Main/mask.png
assets/resources/Prefab/pfbCommonWidgetCell.prefab
assets/resources/data_template/com.Orbbec.BraveJelly.json
assets/resources/data_template/com.Orbbec.MagicSalad2.json
assets/resources/data_template/com.Orbbec.MortaKombat.json
assets/resources/data_template/com.Orbbec.SaveSheep.json
assets/resources/data_template/com.orbbec.OceanAR.json
assets/resources/data_template/com.orbbec.OpelBook.json
assets/resources/data_template/com.orbbec.WallCome.json
assets/resources/data_template/com.orbbec.basketball.json
assets/resources/data_template/com.orbbec.braintrain.json
assets/resources/data_template/com.orbbec.garbage.json
assets/resources/data_template/com.orbbec.jump.json
assets/resources/data_template/com.orbbec.llk.json
assets/resources/data_template/com.orbbec.motor.json
assets/resources/data_template/com.orbbec.obabyprivacy.json
assets/resources/data_template/com.orbbec.partygame.json
assets/resources/data_template/com.topdraw.xhx.bird.json
assets/resources/data_template/com.topdraw.xhx.cake.json
assets/resources/data_template/com.topdraw.xhx.candy.json
assets/resources/data_template/com.topdraw.xhx.fanpai.json
assets/resources/data_template/com.topdraw.xhx.feiyanzoubi.json
assets/resources/data_template/com.topdraw.xhx.guess.json
assets/resources/data_template/com.topdraw.xhx.guesscolor.json
assets/resources/data_template/com.topdraw.xhx.haidao.json
assets/resources/data_template/com.topdraw.xhx.run.json
assets/resources/data_template/com.topdraw.xhx.shuyishu.json
assets/Scene/sceneGameLoading.fire
View file @
59bf2c4
...
...
@@ -57,7 +57,7 @@
"_is3DNode": true,
"_groupIndex": 0,
"groupIndex": 0,
"autoReleaseAssets":
fals
e,
"autoReleaseAssets":
tru
e,
"_id": "10870596-469b-4599-a4f8-707114fb9d74"
},
{
...
...
@@ -180,7 +180,7 @@
"array": [
0,
0,
2
71.0606994628906
,
2
65.0037841796875
,
0,
0,
0,
...
...
@@ -530,8 +530,8 @@
}
],
"_useOriginalSize": false,
"_string": "
10
0%",
"_N$string": "
10
0%",
"_string": "0%",
"_N$string": "0%",
"_fontSize": 26,
"_lineHeight": 26,
"_enableWrapText": true,
...
...
@@ -646,7 +646,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width":
65
0,
"width": 0,
"height": 24
},
"_anchorPoint": {
...
...
@@ -857,6 +857,7 @@
"_aTouchContext": [],
"_defaultBackScene": null,
"_oFocusScaleFactorInfo": null,
"_bShowExitBox": false,
"_id": "ffLvmBgp1LIp4UTDmqJGAn"
}
]
\ No newline at end of file
...
...
assets/Scene/sceneMain.fire
View file @
59bf2c4
...
...
@@ -5471,8 +5471,8 @@
}
],
"_useOriginalSize": false,
"_string": "v1.0.0.2020031
6
17",
"_N$string": "v1.0.0.2020031
6
17",
"_string": "v1.0.0.2020031
7
17",
"_N$string": "v1.0.0.2020031
7
17",
"_fontSize": 24,
"_lineHeight": 24,
"_enableWrapText": true,
...
...
assets/Script/gameCategory.js
View file @
59bf2c4
...
...
@@ -184,7 +184,7 @@ cc.Class({
this
.
_iCellCountEachRow
=
4
;
this
.
_fCellMarginTop
=
0
;
this
.
_fCellMarginRight
=
24
;
this
.
_fCellMarginBottom
=
16
;
this
.
_fCellMarginBottom
=
24
;
this
.
_fCellMarginLeft
=
0
;
// break;
// default:
...
...
assets/Script/loading.js
View file @
59bf2c4
...
...
@@ -43,6 +43,7 @@ cc.Class({
cc
.
game
.
addPersistRootNode
(
nodeVideoPlayer
.
parent
);
this
.
checkUpdate
();
//热更新
// cc.director.loadScene("sceneMain");
if
(
!
this
.
_bAbleHotUpdate
)
{
// cc.director.loadScene("sceneMain");
...
...
assets/Script/main.js
View file @
59bf2c4
...
...
@@ -437,6 +437,8 @@ cc.Class({
node
.
width
=
oModule
.
childrenSize
[
0
];
node
.
getChildByName
(
'Pic'
).
height
=
oModule
.
childrenSize
[
1
];
//拿子节点的高
node
.
getChildByName
(
'Pic'
).
width
=
oModule
.
childrenSize
[
0
];
// node.getChildByName('Mask').height = oModule.childrenSize[1]; //mask
// node.getChildByName('Mask').width = oModule.childrenSize[0];
}
// if (oModule.data.resultSet[k].imageURL) {
// cc.loader.loadRes(oModule.data.resultSet[k].imageURL, cc.Texture2D, function (err, texture) {
...
...
assets/resources/Main/mask.png
0 → 100644
View file @
59bf2c4
3.04 KB
assets/resources/Prefab/pfbCommonWidgetCell.prefab
View file @
59bf2c4
...
...
@@ -31,10 +31,13 @@
},
{
"__id__": 36
},
{
"__id__": 37
}
],
"_prefab": {
"__id__": 3
7
"__id__": 3
8
},
"_opacity": 255,
"_color": {
...
...
@@ -1267,6 +1270,28 @@
"_id": ""
},
{
"__type__": "cc.Mask",
"_name": "",
"_objFlags": 0,
"node": {
"__id__": 1
},
"_enabled": true,
"_materials": [
{
"__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
}
],
"_spriteFrame": {
"__uuid__": "178fe85a-7b7e-4d8f-bd07-b5581ff41786"
},
"_type": 2,
"_segments": 190,
"_N$alphaThreshold": 0.4,
"_N$inverted": false,
"_id": ""
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
...
...
assets/resources/data_template/com.Orbbec.BraveJelly.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/勇敢的啫喱/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/勇敢的啫喱/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/勇敢的啫喱/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.Orbbec.MagicSalad2.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/魔法沙拉2/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/魔法沙拉2/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/魔法沙拉2/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.Orbbec.MortaKombat.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR真人快打/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR真人快打/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR真人快打/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.Orbbec.SaveSheep.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/拯救小羊/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/拯救小羊/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/拯救小羊/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.OceanAR.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奇幻海底/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奇幻海底/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奇幻海底/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.OpelBook.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝互动书屋/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝互动书屋/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝互动书屋/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.WallCome.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/红杏佛跳墙/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/红杏佛跳墙/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/红杏佛跳墙/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.basketball.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/热血篮球/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/热血篮球/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/热血篮球/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.braintrain.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝脑力训练/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝脑力训练/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝脑力训练/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.garbage.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR环保课堂/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR环保课堂/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/AR环保课堂/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.jump.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐跳一跳/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐跳一跳/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐跳一跳/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.llk.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝单词连连看/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝单词连连看/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝单词连连看/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.motor.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/疯狂赛车手/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/疯狂赛车手/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/疯狂赛车手/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.obabyprivacy.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝体能课堂/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝体能课堂/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝体能课堂/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.orbbec.partygame.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝欢乐剧场/截图1.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝欢乐剧场/截图2.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/O宝欢乐剧场/截图3.jpg"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.bird.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/火箭小象/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/火箭小象/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/火箭小象/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.cake.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐叠蛋糕/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐叠蛋糕/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/欢乐叠蛋糕/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.candy.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/接糖果/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/接糖果/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/接糖果/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.fanpai.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/记忆翻牌/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/记忆翻牌/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/记忆翻牌/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.feiyanzoubi.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/飞檐走壁/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/飞檐走壁/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/飞檐走壁/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.guess.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/猜猜我是谁/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/猜猜我是谁/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/猜猜我是谁/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.guesscolor.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/它的颜色/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/它的颜色/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/它的颜色/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.haidao.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/旋转海盗/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/旋转海盗/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/旋转海盗/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.run.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奔跑吧小兔子/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奔跑吧小兔子/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/奔跑吧小兔子/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
assets/resources/data_template/com.topdraw.xhx.shuyishu.json
View file @
59bf2c4
...
...
@@ -15,22 +15,22 @@
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/数一数/截图1.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/数一数/截图2.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
},
{
"extension"
:
".png"
,
"enable"
:
true
,
"fileUrl"
:
"upload/image/gameDetail/数一数/截图3.png"
,
"width"
:
27
4
,
"height"
:
1
68
"width"
:
27
0
,
"height"
:
1
52
}
]
}
...
...
Please
register
or
sign in
to post a comment