Compare commits

1 Commits
v2 ... main

Author SHA1 Message Date
c3b80943c2 支持上传logo 2026-05-19 14:17:46 +08:00
7 changed files with 16 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 202 KiB

View File

@@ -8376,7 +8376,7 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 782,
"width": 783,
"height": 754
},
"_anchorPoint": {
@@ -8418,7 +8418,7 @@
},
"_type": 0,
"_fillType": 0,
"_sizeMode": 1,
"_sizeMode": 0,
"_fillCenter": {
"__type__": "cc.Vec2",
"x": 0,

View File

@@ -59,7 +59,6 @@ export class PageMain extends BaseView {
this.initRw()
this.startFloatingAnimation()
// 加载配置的logo
if (USERDATA.logo && this.game_logo) {
Tools.remoteLoadSprite(USERDATA.logo, this.game_logo)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 973 KiB

View File

@@ -42,11 +42,11 @@
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetX": 0,
"offsetY": 0,
"trimX": 1,
"trimX": 0,
"trimY": 0,
"width": 782,
"width": 783,
"height": 754,
"rawWidth": 783,
"rawHeight": 754,
@@ -61,16 +61,16 @@
"meshType": 0,
"vertices": {
"rawPosition": [
-391,
-391.5,
-377,
0,
391,
391.5,
-377,
0,
-391,
-391.5,
377,
0,
391,
391.5,
377,
0
],
@@ -83,32 +83,32 @@
3
],
"uv": [
1,
0,
754,
783,
754,
1,
0,
0,
783,
0
],
"nuv": [
0.001277139208173691,
0,
0,
1,
0,
0.001277139208173691,
0,
1,
1,
1
],
"minPos": [
-391,
-391.5,
-377,
0
],
"maxPos": [
391,
391.5,
377,
0
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 KiB

After

Width:  |  Height:  |  Size: 634 KiB

View File

@@ -12,6 +12,7 @@ class UserData {
public prize_list : any[] = [];
/** 游戏描述 */
public description : string = "";
/* 游戏logo */
public logo : string = "";
public logo_back : string = "";