Commit ab414d71 authored by haiyoucuv's avatar haiyoucuv

1

parent 5e5a132c
{ {
"success": true,
"code": "000000", "code": "000000",
"message": "成功",
"data": { "data": {
"_id": "", "image": "https://img.alicdn.com/imgextra/i3/2885348004/O1CN01Lw5ZoM28zsjhMDLVE_!!2885348004-0-miniprogram.jpg",
"name": "aaa", "name": "游戏测试3",
"type": 6, "id": "5f8059c8e5c0d7c634f186c5",
"image": "https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png", "type": 1
"drawStatus": "", },
"level": "1", "success": true,
"toolType": "booms" "message": "成功"
}
} }
\ No newline at end of file
{ {
"code": "000000", "code": "000000",
"data": { "data": {
"currentLevel": 1, "currentLevel": 2,
"isFirstLogin": false, "isFirstLogin": false,
"records": [{ "records": [{
"score": 0, "score": 0,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -111,7 +111,7 @@ export const SkinJson = { ...@@ -111,7 +111,7 @@ export const SkinJson = {
{ {
"name": "红包奖励", "name": "红包奖励",
"x": 130, "x": 130,
"y": 862, "y": 835,
"alpha": 1, "alpha": 1,
"type": "sprite", "type": "sprite",
"props": { "props": {
...@@ -122,7 +122,7 @@ export const SkinJson = { ...@@ -122,7 +122,7 @@ export const SkinJson = {
{ {
"name": "提示文案", "name": "提示文案",
"x": 182, "x": 182,
"y": 1095, "y": 1098,
"alpha": 1, "alpha": 1,
"type": "text", "type": "text",
"props": { "props": {
......
...@@ -62,7 +62,7 @@ export class SuccessPrizePanel extends Panel { ...@@ -62,7 +62,7 @@ export class SuccessPrizePanel extends Panel {
this.starGroup.position.set(375, 663); this.starGroup.position.set(375, 663);
this.prizeImg.anchorTexture.x = 0.5; this.prizeImg.anchorTexture.x = 0.5;
this.prizeImg.x = 375; this.prizeImg.x = 370;
this.starGroup.play(stars); this.starGroup.play(stars);
......
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