diff --git a/assets/Game/Prefab/ChooseDiff.prefab b/assets/Game/Prefab/ChooseDiff.prefab index 3e8bd97..1f53098 100644 --- a/assets/Game/Prefab/ChooseDiff.prefab +++ b/assets/Game/Prefab/ChooseDiff.prefab @@ -2032,8 +2032,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0.000500000000000167, - "y": 169.184, + "x": 0, + "y": 140, "z": 0 }, "_lrot": { @@ -2073,13 +2073,13 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 197.8125, - "height": 50.4 + "width": 260, + "height": 56.7 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, - "y": 0.5 + "y": 0 }, "_id": "" }, @@ -2115,8 +2115,8 @@ "_actualFontSize": 40, "_fontSize": 40, "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, + "_lineHeight": 45, + "_overflow": 3, "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, @@ -2527,7 +2527,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 131.689453125, + "width": 200, "height": 50.4 }, "_anchorPoint": { @@ -2570,8 +2570,8 @@ "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": false, + "_overflow": 3, + "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, "_spacingX": 0, @@ -3026,8 +3026,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0.000500000000000167, - "y": 169.184, + "x": 0, + "y": 140, "z": 0 }, "_lrot": { @@ -3067,13 +3067,13 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 197.8125, - "height": 50.4 + "width": 260, + "height": 56.7 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, - "y": 0.5 + "y": 0 }, "_id": "" }, @@ -3109,8 +3109,8 @@ "_actualFontSize": 40, "_fontSize": 40, "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, + "_lineHeight": 45, + "_overflow": 3, "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, @@ -3521,8 +3521,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 131.689453125, - "height": 50.4 + "width": 200, + "height": 90.39999999999999 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3557,15 +3557,15 @@ "b": 255, "a": 255 }, - "_string": "Thrill Play", + "_string": "စိတ်လှုပ်ရှားဖွယ်ကစားနည်း", "_horizontalAlign": 1, "_verticalAlign": 1, "_actualFontSize": 30, "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": false, + "_overflow": 3, + "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, "_spacingX": 0, @@ -4020,8 +4020,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 0.000500000000000167, - "y": 169.184, + "x": 0, + "y": 140, "z": 0 }, "_lrot": { @@ -4061,13 +4061,13 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 197.8125, - "height": 50.4 + "width": 260, + "height": 56.7 }, "_anchorPoint": { "__type__": "cc.Vec2", "x": 0.5, - "y": 0.5 + "y": 0 }, "_id": "" }, @@ -4103,8 +4103,8 @@ "_actualFontSize": 40, "_fontSize": 40, "_fontFamily": "Arial", - "_lineHeight": 40, - "_overflow": 0, + "_lineHeight": 45, + "_overflow": 3, "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, @@ -4515,7 +4515,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 131.689453125, + "width": 200, "height": 50.4 }, "_anchorPoint": { @@ -4558,8 +4558,8 @@ "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 40, - "_overflow": 0, - "_enableWrapText": false, + "_overflow": 3, + "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, "_spacingX": 0, diff --git a/assets/Game/history/prefabs/history_detail.prefab b/assets/Game/history/prefabs/history_detail.prefab index bf85aaf..a7382d3 100644 --- a/assets/Game/history/prefabs/history_detail.prefab +++ b/assets/Game/history/prefabs/history_detail.prefab @@ -12217,7 +12217,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 155.625, + "width": 200, "height": 75.6 }, "_anchorPoint": { @@ -12254,13 +12254,13 @@ "a": 255 }, "_string": "Transaction", - "_horizontalAlign": 0, + "_horizontalAlign": 1, "_verticalAlign": 1, - "_actualFontSize": 30, + "_actualFontSize": 31, "_fontSize": 30, "_fontFamily": "Arial", "_lineHeight": 60, - "_overflow": 0, + "_overflow": 2, "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, diff --git a/assets/Main/Scripts/main/comm.ts b/assets/Main/Scripts/main/comm.ts index e58b9f7..4773cae 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 'my'; + // return 'th'; return language; }