Commit e3f5d0a7 authored by haiyoucuv's avatar haiyoucuv

init

parent b42376f2
......@@ -2,7 +2,6 @@ import Panel from "../../Module/Panel";
import {_decorator, Button, Node} from "cc";
import {changeScene} from "db://assets/Module/UIFast";
import {HomeScene} from "db://assets/Scripts/Scenes/HomeScene";
import {LOG_TYPE, sendLog} from "db://assets/Scripts/Utils/WebNet/WebNet";
const {ccclass, property} = _decorator;
......@@ -25,19 +24,14 @@ export default class BackPanel extends Panel {
this.ok.on(Button.EventType.CLICK, this.clickOk, this);
this.cancel.on(Button.EventType.CLICK, this.clickCancel, this);
this.close.on(Button.EventType.CLICK, this.onClose, this);
sendLog(LOG_TYPE.EXPOSURE, 43);
sendLog(LOG_TYPE.EXPOSURE, 44);
}
clickOk() {
sendLog(LOG_TYPE.CLICK, 44);
this.hidePanel();
changeScene(HomeScene);
}
clickCancel() {
sendLog(LOG_TYPE.CLICK, 43);
this.data.cancel();
this.hidePanel();
}
......
import Panel from "../../Module/Panel";
import { _decorator, Button, RichText } from "cc";
import { _decorator, Button, Label, RichText } from "cc";
import { showPanel } from "../../Module/UIFast";
import ToolBuyConfirmPanel from "./ToolBuyConfirmPanel";
import { getWebData, LOG_TYPE, sendLog, WebNetName } from "../Utils/WebNet/WebNet";
......@@ -18,16 +18,15 @@ export default class ToolBuyPanel extends Panel {
const { data } = getWebData(WebNetName.index) || {}
// 购买天降财神道具所需苏银豆
const { buyRichSpSyd = 0 } = data
this.view["RichText"].getComponent(RichText).string = `<color=#C62F3A>您可消耗</color><color=#fe0114><size=34><b>${buyRichSpSyd}</b></size></color><color=#C62F3A>苏银豆购买道具~</color>`;
// this.view["RichText"].getComponent(RichText).string = `<color=#C62F3A>您可消耗</color><color=#fe0114><size=34><b>${buyRichSpSyd}</b></size></color><color=#C62F3A>游园币购买道具~</color>`;
this.view["sydTip"].getComponent(Label).string = `您可消耗36${buyRichSpSyd}游园币购买道具~`;
this.view["close"].on(Button.EventType.CLICK, this.hidePanel, this);
this.view["buyBtn"].on(Button.EventType.CLICK, this.buyHandle, this);
sendLog(LOG_TYPE.EXPOSURE, 38)
}
/** 立即购买 */
async buyHandle() {
sendLog(LOG_TYPE.CLICK, 38)
this.hidePanel()
showPanel(ToolBuyConfirmPanel)
}
......
......@@ -506,6 +506,7 @@ export class MainGame extends Scene {
if (this.isUseGod) {
this.schedule(
() => {
console.log(1)
this.shoot(powerScale, dp.x / 130);
},
0.1,
......
......@@ -98,8 +98,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -5,
"y": 85,
"x": 0,
"y": 112.5,
"z": 0
},
"_lrot": {
......@@ -139,8 +139,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 650,
"height": 636
"width": 596,
"height": 519
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -212,9 +212,9 @@
},
"_alignFlags": 9,
"_target": null,
"_left": 45,
"_left": 77,
"_right": 0,
"_top": 409,
"_top": 440,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -276,8 +276,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 123,
"y": -89,
"x": 125,
"y": -38.5,
"z": 0
},
"_lrot": {
......@@ -317,8 +317,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 242,
"height": 92
"width": 302,
"height": 155
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -390,9 +390,9 @@
},
"_alignFlags": 9,
"_target": null,
"_left": 377,
"_left": 349,
"_right": 0,
"_top": 855,
"_top": 773,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -510,8 +510,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -127,
"y": -89,
"x": -129.5,
"y": -33.5,
"z": 0
},
"_lrot": {
......@@ -551,8 +551,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 242,
"height": 92
"width": 239,
"height": 103
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -624,9 +624,9 @@
},
"_alignFlags": 9,
"_target": null,
"_left": 127,
"_left": 126,
"_right": 0,
"_top": 855,
"_top": 794,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -744,8 +744,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0.5,
"y": -418.5,
"x": 3.5,
"y": -247.5,
"z": 0
},
"_lrot": {
......@@ -827,7 +827,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
......@@ -858,9 +858,9 @@
},
"_alignFlags": 9,
"_target": null,
"_left": 336,
"_left": 339,
"_right": 0,
"_top": 1191,
"_top": 1020,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......
assets/resources/BackPanel/取消.png

21.1 KB | W: | H:

assets/resources/BackPanel/取消.png

19.6 KB | W: | H:

assets/resources/BackPanel/取消.png
assets/resources/BackPanel/取消.png
assets/resources/BackPanel/取消.png
assets/resources/BackPanel/取消.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 239,
"height": 103,
"rawWidth": 239,
"rawHeight": 103,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-119.5,
-51.5,
0,
121,
-46,
119.5,
-51.5,
0,
-121,
46,
-119.5,
51.5,
0,
121,
46,
119.5,
51.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
103,
239,
103,
0,
0,
242,
239,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-119.5,
-51.5,
0
],
"maxPos": [
121,
46,
119.5,
51.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 302,
"height": 155,
"rawWidth": 302,
"rawHeight": 155,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-151,
-77.5,
0,
121,
-46,
151,
-77.5,
0,
-121,
46,
-151,
77.5,
0,
121,
46,
151,
77.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
155,
302,
155,
0,
0,
242,
302,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-151,
-77.5,
0
],
"maxPos": [
121,
46,
151,
77.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 650,
"height": 636,
"rawWidth": 650,
"rawHeight": 636,
"width": 596,
"height": 519,
"rawWidth": 596,
"rawHeight": 519,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-325,
-318,
-298,
-259.5,
0,
325,
-318,
298,
-259.5,
0,
-325,
318,
-298,
259.5,
0,
325,
318,
298,
259.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
636,
650,
636,
519,
596,
519,
0,
0,
650,
596,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-325,
-318,
-298,
-259.5,
0
],
"maxPos": [
325,
318,
298,
259.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 302,
"height": 155,
"rawWidth": 302,
"rawHeight": 155,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-151,
-77.5,
0,
121,
-46,
151,
-77.5,
0,
-121,
46,
-151,
77.5,
0,
121,
46,
151,
77.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
155,
302,
155,
0,
0,
242,
302,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-151,
-77.5,
0
],
"maxPos": [
121,
46,
151,
77.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 239,
"height": 103,
"rawWidth": 239,
"rawHeight": 103,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-119.5,
-51.5,
0,
121,
-46,
119.5,
-51.5,
0,
-121,
46,
-119.5,
51.5,
0,
121,
46,
119.5,
51.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
103,
239,
103,
0,
0,
242,
239,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-119.5,
-51.5,
0
],
"maxPos": [
121,
46,
119.5,
51.5,
0
]
},
......
......@@ -25,23 +25,20 @@
"__id__": 10
},
{
"__id__": 18
},
{
"__id__": 28
"__id__": 20
}
],
"_active": true,
"_components": [
{
"__id__": 38
"__id__": 30
},
{
"__id__": 40
"__id__": 32
}
],
"_prefab": {
"__id__": 42
"__id__": 34
},
"_lpos": {
"__type__": "cc.Vec3",
......@@ -99,7 +96,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 85,
"y": 112.5,
"z": 0
},
"_lrot": {
......@@ -139,8 +136,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 640,
"height": 636
"width": 596,
"height": 519
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -210,11 +207,11 @@
"__prefab": {
"__id__": 8
},
"_alignFlags": 9,
"_alignFlags": 17,
"_target": null,
"_left": 55,
"_left": 77,
"_right": 0,
"_top": 409,
"_top": 440,
"_bottom": 409,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -249,7 +246,7 @@
},
{
"__type__": "cc.Node",
"_name": "tip",
"_name": "cancel",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
......@@ -266,193 +263,18 @@
},
{
"__id__": 15
}
],
"_prefab": {
"__id__": 17
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 99.1,
"z": 0
},
"_lrot": {
"__type__": "cc.Quat",
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
"_mobility": 0,
"_layer": 33554432,
"_euler": {
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
"_id": ""
},
{
"__type__": "cc.UITransform",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 12
},
"_contentSize": {
"__type__": "cc.Size",
"width": 180,
"height": 37.8
},
"_anchorPoint": {
"__type__": "cc.Vec2",
"x": 0.5,
"y": 0.5
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "b4ClaasSlCraFK2cMot9So"
},
{
"__type__": "cc.Label",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 14
},
"_customMaterial": null,
"_srcBlendFactor": 2,
"_dstBlendFactor": 4,
"_color": {
"__type__": "cc.Color",
"r": 198,
"g": 47,
"b": 58,
"a": 255
},
"_string": "再接再厉哦~",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 30,
"_fontSize": 30,
"_fontFamily": "Arial",
"_lineHeight": 30,
"_overflow": 0,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
"_spacingX": 0,
"_isItalic": false,
"_isBold": true,
"_isUnderline": false,
"_underlineHeight": 2,
"_cacheMode": 1,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "8fa5JOyI9IR5VexHRMrIXe"
},
{
"__type__": "cc.Widget",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 16
},
"_alignFlags": 17,
"_target": null,
"_left": 0,
"_right": 0,
"_top": 694,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
"_isAbsLeft": true,
"_isAbsRight": true,
"_isAbsTop": true,
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 0,
"_originalHeight": 0,
"_alignMode": 2,
"_lockFlags": 0,
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "78ZyY/J9RMCq0IOxclt4wp"
},
{
"__type__": "cc.PrefabInfo",
"root": {
"__id__": 1
},
"asset": {
"__id__": 0
},
"fileId": "c0aoPqj+ZAYKsXSxDBqpqL",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
},
{
"__type__": "cc.Node",
"_name": "cancel",
"_objFlags": 0,
"__editorExtras__": {},
"_parent": {
"__id__": 1
},
"_children": [],
"_active": true,
"_components": [
{
"__id__": 19
},
{
"__id__": 21
},
{
"__id__": 23
},
{
"__id__": 25
"__id__": 17
}
],
"_prefab": {
"__id__": 27
"__id__": 19
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -76,
"y": -26.5,
"z": 0
},
"_lrot": {
......@@ -484,16 +306,16 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 20
"__id__": 12
},
"_contentSize": {
"__type__": "cc.Size",
"width": 318,
"height": 104
"width": 398,
"height": 155
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -512,11 +334,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 22
"__id__": 14
},
"_customMaterial": null,
"_srcBlendFactor": 2,
......@@ -557,17 +379,17 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 24
"__id__": 16
},
"_alignFlags": 9,
"_alignFlags": 17,
"_target": null,
"_left": 216,
"_left": 177,
"_right": 0,
"_top": 836,
"_top": 761,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -593,11 +415,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 18
"__id__": 10
},
"_enabled": true,
"__prefab": {
"__id__": 26
"__id__": 18
},
"clickEvents": [],
"_interactable": true,
......@@ -637,7 +459,7 @@
"_duration": 0.05,
"_zoomScale": 0.9,
"_target": {
"__id__": 18
"__id__": 10
},
"_id": ""
},
......@@ -670,25 +492,25 @@
"_active": true,
"_components": [
{
"__id__": 29
"__id__": 21
},
{
"__id__": 31
"__id__": 23
},
{
"__id__": 33
"__id__": 25
},
{
"__id__": 35
"__id__": 27
}
],
"_prefab": {
"__id__": 37
"__id__": 29
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 0.5,
"y": -418.5,
"x": 0,
"y": -217.5,
"z": 0
},
"_lrot": {
......@@ -720,11 +542,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 28
"__id__": 20
},
"_enabled": true,
"__prefab": {
"__id__": 30
"__id__": 22
},
"_contentSize": {
"__type__": "cc.Size",
......@@ -748,11 +570,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 28
"__id__": 20
},
"_enabled": true,
"__prefab": {
"__id__": 32
"__id__": 24
},
"_customMaterial": null,
"_srcBlendFactor": 2,
......@@ -770,7 +592,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
......@@ -793,17 +615,17 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 28
"__id__": 20
},
"_enabled": true,
"__prefab": {
"__id__": 34
"__id__": 26
},
"_alignFlags": 9,
"_alignFlags": 17,
"_target": null,
"_left": 336,
"_left": 339,
"_right": 0,
"_top": 1191,
"_top": 990,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -829,11 +651,11 @@
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 28
"__id__": 20
},
"_enabled": true,
"__prefab": {
"__id__": 36
"__id__": 28
},
"clickEvents": [],
"_interactable": true,
......@@ -902,7 +724,7 @@
},
"_enabled": true,
"__prefab": {
"__id__": 39
"__id__": 31
},
"_contentSize": {
"__type__": "cc.Size",
......@@ -930,13 +752,13 @@
},
"_enabled": true,
"__prefab": {
"__id__": 41
"__id__": 33
},
"close": {
"__id__": 28
"__id__": 20
},
"cancel": {
"__id__": 18
"__id__": 10
},
"_id": ""
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 640,
"height": 636,
"rawWidth": 640,
"rawHeight": 636,
"width": 596,
"height": 519,
"rawWidth": 596,
"rawHeight": 519,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-320,
-318,
-298,
-259.5,
0,
320,
-318,
298,
-259.5,
0,
-320,
318,
-298,
259.5,
0,
320,
318,
298,
259.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
636,
640,
636,
519,
596,
519,
0,
0,
640,
596,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-320,
-318,
-298,
-259.5,
0
],
"maxPos": [
320,
318,
298,
259.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 318,
"height": 104,
"rawWidth": 318,
"rawHeight": 104,
"width": 398,
"height": 155,
"rawWidth": 398,
"rawHeight": 155,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-159,
-52,
-199,
-77.5,
0,
159,
-52,
199,
-77.5,
0,
-159,
52,
-199,
77.5,
0,
159,
52,
199,
77.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
104,
318,
104,
155,
398,
155,
0,
0,
318,
398,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-159,
-52,
-199,
-77.5,
0
],
"maxPos": [
159,
52,
199,
77.5,
0
]
},
......
......@@ -98,8 +98,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -5,
"y": 85,
"x": 0,
"y": 188,
"z": 0
},
"_lrot": {
......@@ -139,8 +139,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 650,
"height": 636
"width": 596,
"height": 570
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -151,7 +151,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c59ZfSKlRIMZw+TmRjDNDr"
"fileId": "14wbeiwhlBX5jC39sUrsam"
},
{
"__type__": "cc.Sprite",
......@@ -181,7 +181,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
......@@ -196,7 +196,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "00B2Q54O1JO70iOBAQzzwr"
"fileId": "aeqOy7a3JO9IDNPypwOKW0"
},
{
"__type__": "cc.Widget",
......@@ -210,11 +210,11 @@
"__prefab": {
"__id__": 8
},
"_alignFlags": 9,
"_alignFlags": 17,
"_target": null,
"_left": 45,
"_right": 55,
"_top": 409,
"_left": 0,
"_right": 0,
"_top": 339,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -224,7 +224,7 @@
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 650,
"_originalWidth": 0,
"_originalHeight": 0,
"_alignMode": 2,
"_lockFlags": 0,
......@@ -232,7 +232,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "50QJ0nfw1CbI84EMXeaM95"
"fileId": "ffp0SjCd1NHr9RRGYp/eCv"
},
{
"__type__": "cc.PrefabInfo",
......@@ -242,7 +242,7 @@
"asset": {
"__id__": 0
},
"fileId": "8fEu1nJtRLDJJihkJT9VpO",
"fileId": "32iAXrKe9FTISgDwjFzaMk",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
......@@ -277,7 +277,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -348.5,
"y": -166.5,
"z": 0
},
"_lrot": {
......@@ -448,7 +448,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 1121,
"_top": 939,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -508,7 +508,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 100.5,
"y": 230,
"z": 0
},
"_lrot": {
......@@ -548,8 +548,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 396,
"height": 70
"width": 324.9091796875,
"height": 117.51999999999998
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -584,14 +584,14 @@
"b": 58,
"a": 255
},
"_string": "确认使用0苏银豆购买天降财神道具*1 吗",
"_string": "确认使用0游园币购买\n天降财神道具*1 吗",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 28,
"_fontSize": 28,
"_actualFontSize": 34,
"_fontSize": 34,
"_fontFamily": "Arial",
"_lineHeight": 43,
"_overflow": 1,
"_lineHeight": 52,
"_overflow": 0,
"_enableWrapText": true,
"_font": null,
"_isSystemFontUsed": true,
......@@ -646,7 +646,7 @@
"_target": null,
"_left": 132,
"_right": 0,
"_top": 676.5,
"_top": 523.24,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -708,8 +708,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": 123.119,
"y": -108.12599999999998,
"x": 125,
"y": 18.5,
"z": 0
},
"_lrot": {
......@@ -749,8 +749,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 242,
"height": 92
"width": 302,
"height": 155
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -876,11 +876,11 @@
"__prefab": {
"__id__": 36
},
"_alignFlags": 17,
"_alignFlags": 9,
"_target": null,
"_left": 0,
"_left": 349,
"_right": 0,
"_top": 874.126,
"_top": 716,
"_bottom": 0,
"_horizontalCenter": 123.119,
"_verticalCenter": 0,
......@@ -942,8 +942,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -130.913,
"y": -105.19499999999994,
"x": -129.5,
"y": 23.5,
"z": 0
},
"_lrot": {
......@@ -983,8 +983,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 242,
"height": 92
"width": 239,
"height": 103
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1110,11 +1110,11 @@
"__prefab": {
"__id__": 46
},
"_alignFlags": 17,
"_alignFlags": 9,
"_target": null,
"_left": 0,
"_left": 126,
"_right": 0,
"_top": 871.1949999999999,
"_top": 737,
"_bottom": 0,
"_horizontalCenter": -130.913,
"_verticalCenter": 0,
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 239,
"height": 103,
"rawWidth": 239,
"rawHeight": 103,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-119.5,
-51.5,
0,
121,
-46,
119.5,
-51.5,
0,
-121,
46,
-119.5,
51.5,
0,
121,
46,
119.5,
51.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
103,
239,
103,
0,
0,
242,
239,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-119.5,
-51.5,
0
],
"maxPos": [
121,
46,
119.5,
51.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 242,
"height": 92,
"rawWidth": 242,
"rawHeight": 92,
"width": 302,
"height": 155,
"rawWidth": 302,
"rawHeight": 155,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-121,
-46,
-151,
-77.5,
0,
121,
-46,
151,
-77.5,
0,
-121,
46,
-151,
77.5,
0,
121,
46,
151,
77.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
92,
242,
92,
155,
302,
155,
0,
0,
242,
302,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-121,
-46,
-151,
-77.5,
0
],
"maxPos": [
121,
46,
151,
77.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 650,
"height": 636,
"rawWidth": 650,
"rawHeight": 636,
"width": 596,
"height": 570,
"rawWidth": 596,
"rawHeight": 570,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-325,
-318,
-298,
-285,
0,
325,
-318,
298,
-285,
0,
-325,
318,
-298,
285,
0,
325,
318,
298,
285,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
636,
650,
636,
570,
596,
570,
0,
0,
650,
596,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-325,
-318,
-298,
-285,
0
],
"maxPos": [
325,
318,
298,
285,
0
]
},
......
......@@ -44,10 +44,13 @@
"_components": [
{
"__id__": 62
},
{
"__id__": 64
}
],
"_prefab": {
"__id__": 64
"__id__": 66
},
"_lpos": {
"__type__": "cc.Vec3",
......@@ -104,8 +107,8 @@
},
"_lpos": {
"__type__": "cc.Vec3",
"x": -5,
"y": 14.5,
"x": 0,
"y": 123.5,
"z": 0
},
"_lrot": {
......@@ -145,8 +148,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 650,
"height": 683
"width": 596,
"height": 699
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -157,7 +160,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "c59ZfSKlRIMZw+TmRjDNDr"
"fileId": "128OnFBOlN1rJoiTwdPqNW"
},
{
"__type__": "cc.Sprite",
......@@ -187,7 +190,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 0,
"_sizeMode": 1,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,
......@@ -202,7 +205,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "00B2Q54O1JO70iOBAQzzwr"
"fileId": "1df3hfwVhGmq2+YH72fWpK"
},
{
"__type__": "cc.Widget",
......@@ -216,11 +219,11 @@
"__prefab": {
"__id__": 8
},
"_alignFlags": 9,
"_alignFlags": 17,
"_target": null,
"_left": 45,
"_right": 55,
"_top": 456,
"_left": 0,
"_right": 0,
"_top": 339,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -230,7 +233,7 @@
"_isAbsBottom": true,
"_isAbsHorizontalCenter": true,
"_isAbsVerticalCenter": true,
"_originalWidth": 650,
"_originalWidth": 0,
"_originalHeight": 0,
"_alignMode": 2,
"_lockFlags": 0,
......@@ -238,7 +241,7 @@
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "50QJ0nfw1CbI84EMXeaM95"
"fileId": "e9BGUR9jRIB5jf7xj3bxax"
},
{
"__type__": "cc.PrefabInfo",
......@@ -248,7 +251,7 @@
"asset": {
"__id__": 0
},
"fileId": "8fEu1nJtRLDJJihkJT9VpO",
"fileId": "09qucqV81BKZXlk3QZbiSz",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null
......@@ -283,7 +286,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -418.5,
"y": -322.5,
"z": 0
},
"_lrot": {
......@@ -454,7 +457,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 1191,
"_top": 1095,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -517,7 +520,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -199,
"y": -110.5,
"z": 0
},
"_lrot": {
......@@ -557,8 +560,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 318,
"height": 104
"width": 398,
"height": 155
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -665,7 +668,9 @@
"_disabledSprite": null,
"_duration": 0.05,
"_zoomScale": 0.9,
"_target": null,
"_target": {
"__id__": 20
},
"_id": ""
},
{
......@@ -688,7 +693,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 959,
"_top": 845,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -748,7 +753,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 171.39999999999736,
"y": 300,
"z": 0
},
"_lrot": {
......@@ -824,11 +829,11 @@
"b": 58,
"a": 255
},
"_string": "使用后,当局游戏期间,每扔1次圈均有5个圈圈飞出。每个道具仅可使用1次。",
"_string": "使用后,当局游戏期间,每扔1次圈均有6个 圈圈飞出。每个道具仅可使用1次。",
"_horizontalAlign": 1,
"_verticalAlign": 1,
"_actualFontSize": 24,
"_fontSize": 24,
"_actualFontSize": 25,
"_fontSize": 25,
"_fontFamily": "Arial",
"_lineHeight": 34,
"_overflow": 1,
......@@ -886,7 +891,7 @@
"_target": null,
"_left": 132,
"_right": 0,
"_top": 606.6000000000026,
"_top": 478,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -946,7 +951,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": 18,
"y": 139,
"z": 0
},
"_lrot": {
......@@ -986,8 +991,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 174,
"height": 174
"width": 190,
"height": 190
},
"_anchorPoint": {
"__type__": "cc.Vec2",
......@@ -1061,7 +1066,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 707,
"_top": 578,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -1103,7 +1108,7 @@
"__id__": 1
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 47
......@@ -1121,7 +1126,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -107.2,
"y": 4.618527782440651e-14,
"z": 0
},
"_lrot": {
......@@ -1259,7 +1264,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 894,
"_top": 786.8,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -1301,7 +1306,7 @@
"__id__": 1
},
"_children": [],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 55
......@@ -1319,7 +1324,7 @@
"_lpos": {
"__type__": "cc.Vec3",
"x": 0,
"y": -107.2,
"y": 4.618527782440651e-14,
"z": 0
},
"_lrot": {
......@@ -1381,7 +1386,7 @@
"node": {
"__id__": 54
},
"_enabled": true,
"_enabled": false,
"__prefab": {
"__id__": 58
},
......@@ -1427,7 +1432,7 @@
"_target": null,
"_left": 0,
"_right": 0,
"_top": 894,
"_top": 786.8,
"_bottom": 0,
"_horizontalCenter": 0,
"_verticalCenter": 0,
......@@ -1488,6 +1493,24 @@
"__type__": "cc.CompPrefabInfo",
"fileId": "4fdKablv9N3KPo6a0KJYqG"
},
{
"__type__": "da983yi9w9F5J8qwkDtKD9K",
"_name": "",
"_objFlags": 0,
"__editorExtras__": {},
"node": {
"__id__": 1
},
"_enabled": true,
"__prefab": {
"__id__": 65
},
"_id": ""
},
{
"__type__": "cc.CompPrefabInfo",
"fileId": "d4O177BrpKlJpAiGfa0cOS"
},
{
"__type__": "cc.PrefabInfo",
"root": {
......
{
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "802044fb-6c83-4349-96f4-91aecfec0690",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "802044fb-6c83-4349-96f4-91aecfec0690@6c48a",
"displayName": "tool_buy_bg",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "802044fb-6c83-4349-96f4-91aecfec0690",
"isUuid": true,
"visible": false,
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "802044fb-6c83-4349-96f4-91aecfec0690@f9941",
"displayName": "tool_buy_bg",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 650,
"height": 683,
"rawWidth": 650,
"rawHeight": 683,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-325,
-341.5,
0,
325,
-341.5,
0,
-325,
341.5,
0,
325,
341.5,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
0,
683,
650,
683,
0,
0,
650,
0
],
"nuv": [
0,
0,
1,
0,
0,
1,
1,
1
],
"minPos": [
-325,
-341.5,
0
],
"maxPos": [
325,
341.5,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "802044fb-6c83-4349-96f4-91aecfec0690@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "802044fb-6c83-4349-96f4-91aecfec0690@6c48a"
}
}
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 318,
"height": 104,
"rawWidth": 318,
"rawHeight": 104,
"width": 398,
"height": 155,
"rawWidth": 398,
"rawHeight": 155,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-159,
-52,
-199,
-77.5,
0,
159,
-52,
199,
-77.5,
0,
-159,
52,
-199,
77.5,
0,
159,
52,
199,
77.5,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
104,
318,
104,
155,
398,
155,
0,
0,
318,
398,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-159,
-52,
-199,
-77.5,
0
],
"maxPos": [
159,
52,
199,
77.5,
0
]
},
......
......@@ -46,10 +46,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 174,
"height": 174,
"rawWidth": 174,
"rawHeight": 174,
"width": 190,
"height": 190,
"rawWidth": 190,
"rawHeight": 190,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
......@@ -61,17 +61,17 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-87,
-87,
-95,
-95,
0,
87,
-87,
95,
-95,
0,
-87,
87,
-95,
95,
0,
87,
87,
95,
95,
0
],
"indexes": [
......@@ -84,12 +84,12 @@
],
"uv": [
0,
174,
174,
174,
190,
190,
190,
0,
0,
174,
190,
0
],
"nuv": [
......@@ -103,13 +103,13 @@
1
],
"minPos": [
-87,
-87,
-95,
-95,
0
],
"maxPos": [
87,
87,
95,
95,
0
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment