mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 18:26:23 +00:00
qqqq
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
"_priority": 0,
|
||||
"_fov": 45,
|
||||
"_fovAxis": 0,
|
||||
"_orthoHeight": 1000,
|
||||
"_orthoHeight": 700,
|
||||
"_near": 0,
|
||||
"_far": 1000,
|
||||
"_color": {
|
||||
|
@@ -93,5 +93,25 @@
|
||||
"value": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 210001,
|
||||
"name": "锻造礼包",
|
||||
"tig": "锻造礼包",
|
||||
"limit": 1,
|
||||
"limitValue": 0,
|
||||
"exchanges": [
|
||||
{
|
||||
"id": 90001,
|
||||
"value": 2000
|
||||
}
|
||||
],
|
||||
"rewards": [
|
||||
{
|
||||
"type": 1,
|
||||
"id": 90002,
|
||||
"value": 20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"id": 90007,
|
||||
"icon": "90007",
|
||||
"name": "兑换券",
|
||||
"name": "点卷",
|
||||
"tig": "用于购买礼包",
|
||||
"args": "",
|
||||
"quality": 1
|
||||
|
@@ -1,22 +1,27 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"tig": "金币礼包",
|
||||
"giftId": 180001
|
||||
"giftId": 180001,
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"tig": "好多金币礼包",
|
||||
"giftId": 180002
|
||||
"giftId": 180002,
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"tig": "限购矿石礼包",
|
||||
"giftId": 190001
|
||||
"giftId": 190001,
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"tig": "每日矿石礼包",
|
||||
"giftId": 200001
|
||||
"giftId": 200001,
|
||||
"type": 0
|
||||
},
|
||||
{
|
||||
"tig": "锻造礼包",
|
||||
"giftId": 210001,
|
||||
"type": 1
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
@@ -1119,8 +1119,8 @@
|
||||
"_string": "购买",
|
||||
"_horizontalAlign": 1,
|
||||
"_verticalAlign": 1,
|
||||
"_actualFontSize": 26,
|
||||
"_fontSize": 26,
|
||||
"_actualFontSize": 22,
|
||||
"_fontSize": 22,
|
||||
"_fontFamily": "Arial",
|
||||
"_lineHeight": 40,
|
||||
"_overflow": 1,
|
||||
@@ -1439,6 +1439,9 @@
|
||||
"giftLimit": {
|
||||
"__id__": 39
|
||||
},
|
||||
"giftPrice": {
|
||||
"__id__": 48
|
||||
},
|
||||
"views": {
|
||||
"__id__": 33
|
||||
},
|
||||
|
@@ -1482,7 +1482,7 @@
|
||||
"b": 255,
|
||||
"a": 255
|
||||
},
|
||||
"_string": "兑换\n商城",
|
||||
"_string": "点卷\n商城",
|
||||
"_horizontalAlign": 1,
|
||||
"_verticalAlign": 1,
|
||||
"_actualFontSize": 24,
|
||||
@@ -1702,10 +1702,12 @@
|
||||
},
|
||||
{
|
||||
"__type__": "cc.ClickEvent",
|
||||
"target": null,
|
||||
"target": {
|
||||
"__id__": 1
|
||||
},
|
||||
"component": "",
|
||||
"_componentId": "b51bfKvsidNPKBbFirAFgQI",
|
||||
"handler": "onClickShop",
|
||||
"_componentId": "eb3d97OVbpKJIEDdbauLD9N",
|
||||
"handler": "onClickTigs",
|
||||
"customEventData": ""
|
||||
},
|
||||
{
|
||||
@@ -2243,10 +2245,12 @@
|
||||
},
|
||||
{
|
||||
"__type__": "cc.ClickEvent",
|
||||
"target": null,
|
||||
"target": {
|
||||
"__id__": 1
|
||||
},
|
||||
"component": "",
|
||||
"_componentId": "b51bfKvsidNPKBbFirAFgQI",
|
||||
"handler": "onClickShop",
|
||||
"_componentId": "eb3d97OVbpKJIEDdbauLD9N",
|
||||
"handler": "onClickTigs",
|
||||
"customEventData": ""
|
||||
},
|
||||
{
|
||||
@@ -2337,6 +2341,8 @@
|
||||
"__id__": 0
|
||||
},
|
||||
"fileId": "65LU7XwHdBEp0gEjbdLCNL",
|
||||
"instance": null,
|
||||
"targetOverrides": null,
|
||||
"nestedPrefabInstanceRoots": null
|
||||
},
|
||||
{
|
||||
@@ -2665,6 +2671,9 @@
|
||||
"views": {
|
||||
"__id__": 37
|
||||
},
|
||||
"tigs": {
|
||||
"__id__": 48
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user