From 6b7aa417b39c750685e7befe8791b00f5c60ccfd Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 29 Jun 2026 16:10:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=85=E7=94=B8=E8=AF=AD=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/Prefab/AutoSpinPanel.prefab | 6 ++-- assets/Game/SlotScene.prefab | 38 ++++++++++++------------- assets/Main/Scripts/main/comm.ts | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/assets/Game/Prefab/AutoSpinPanel.prefab b/assets/Game/Prefab/AutoSpinPanel.prefab index af24f42..246b4eb 100644 --- a/assets/Game/Prefab/AutoSpinPanel.prefab +++ b/assets/Game/Prefab/AutoSpinPanel.prefab @@ -1240,7 +1240,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 811.1579999999999, - "height": 58 + "height": 80 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1470,7 +1470,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 674.271, - "height": 61.084999999999994 + "height": 70 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1700,7 +1700,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 320, - "height": 32.76 + "height": 40 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/Game/SlotScene.prefab b/assets/Game/SlotScene.prefab index 534976d..5a2cb24 100644 --- a/assets/Game/SlotScene.prefab +++ b/assets/Game/SlotScene.prefab @@ -18669,8 +18669,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 40.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -18711,7 +18711,7 @@ "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { @@ -19387,8 +19387,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 40.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -19429,7 +19429,7 @@ "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { @@ -19785,8 +19785,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 104.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -19821,13 +19821,13 @@ "b": 187, "a": 255 }, - "_string": "Tabela de pagamentos", + "_string": "Tabela de", "_horizontalAlign": 1, "_verticalAlign": 0, "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { @@ -20228,8 +20228,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 40.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -20270,7 +20270,7 @@ "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { @@ -20671,8 +20671,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 40.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -20713,7 +20713,7 @@ "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { @@ -21114,8 +21114,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 150, - "height": 40.32 + "width": 172, + "height": 42.84 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -21156,7 +21156,7 @@ "_actualFontSize": 32, "_fontSize": 32, "_fontFamily": "Arial", - "_lineHeight": 32, + "_lineHeight": 34, "_overflow": 3, "_enableWrapText": true, "_font": { diff --git a/assets/Main/Scripts/main/comm.ts b/assets/Main/Scripts/main/comm.ts index 4773cae..e58b9f7 100644 --- a/assets/Main/Scripts/main/comm.ts +++ b/assets/Main/Scripts/main/comm.ts @@ -30,7 +30,7 @@ export function getHistoryUrl() { } export function getLanguage() { - // return 'th'; + // return 'my'; return language; }