diff --git a/assets/Game/SlotRanking/prefab/SlotRanking.prefab b/assets/Game/SlotRanking/prefab/SlotRanking.prefab index 48ff2e2..e07776b 100644 --- a/assets/Game/SlotRanking/prefab/SlotRanking.prefab +++ b/assets/Game/SlotRanking/prefab/SlotRanking.prefab @@ -1037,7 +1037,7 @@ "__id__": 378 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 387 @@ -15686,7 +15686,7 @@ "__id__": 940 } ], - "_active": false, + "_active": true, "_components": [ { "__id__": 1004 @@ -26074,7 +26074,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1920.0000000000002 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -26151,7 +26151,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1920.0000000000002 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/Game/SlotRanking/prefab/rewardHistoryListItem.prefab b/assets/Game/SlotRanking/prefab/rewardHistoryListItem.prefab index a535136..ed1e577 100644 --- a/assets/Game/SlotRanking/prefab/rewardHistoryListItem.prefab +++ b/assets/Game/SlotRanking/prefab/rewardHistoryListItem.prefab @@ -373,7 +373,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -369, + "x": -320, "y": 3, "z": 0 }, @@ -532,7 +532,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -190, + "x": -140, "y": 3, "z": 0 }, @@ -701,7 +701,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 15, + "x": 50, "y": 3, "z": 0 }, @@ -1359,7 +1359,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 205, + "x": 220, "y": 3, "z": 0 }, @@ -1522,7 +1522,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 366, + "x": 378, "y": 0, "z": 0 }, diff --git a/assets/Game/SlotRanking/prefab/selfRewardListItem.prefab b/assets/Game/SlotRanking/prefab/selfRewardListItem.prefab index 806dd2b..1f6c02e 100644 --- a/assets/Game/SlotRanking/prefab/selfRewardListItem.prefab +++ b/assets/Game/SlotRanking/prefab/selfRewardListItem.prefab @@ -234,7 +234,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -369, + "x": -320, "y": 0, "z": 0 }, @@ -393,7 +393,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -190, + "x": -140, "y": 0, "z": 0 }, @@ -562,7 +562,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 15, + "x": 50, "y": 0, "z": 0 }, @@ -1220,7 +1220,7 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 205, + "x": 220, "y": 0, "z": 0 }, diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index b025ede..c357235 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -7,8 +7,7 @@ import { PREVIEW } from "cc/env" const gameId = "rp_11001"; // let apiaddr = "https://rpgames-api.rpfafafahkdev.com"; let apiaddr = ""; -let token = "eyJQIjoxMDA5NDksIkUiOjE3NjkwOTQyMjcsIlMiOjEwMDAsIkQiOiJycF8xMTAwMSJ9.PHUsm1WZWIFUJM48B7C52QufumNYO68PB841WND5-nc"; - +let token = "eyJQIjoxMDM0NTAsIkUiOjE3Njk4ODc2NzEsIlMiOjk5OSwiRCI6InJwXzExMDAxIn0.xZTrzpsrV_Cyrrl9oRGjDcKRTWf3Xzps-y0nMCpSOMs"; let language = "en" let currency = "THB" @@ -32,7 +31,7 @@ export function getHistoryUrl() { } export function getLanguage() { - // return 'th'; + // return 'zh'; return language; }