diff --git a/assets/Game/Scripts/Define.ts b/assets/Game/Scripts/Define.ts index abcdd77..6f04d3a 100644 --- a/assets/Game/Scripts/Define.ts +++ b/assets/Game/Scripts/Define.ts @@ -96,7 +96,7 @@ export let ICON_RATE = { 6: [0.8, 1.2, 8], // 瓶子 7: [0.5, 1, 5], // 金币 8: [0.4, 0.9, 4], // 银币 - 9: [0.2, 0.75, 2], // 铜币 + 9: [0.25, 0.75, 2], // 铜币 } export let ROLLER_RULE = [ diff --git a/assets/Game/history/prefabs/paytable.prefab b/assets/Game/history/prefabs/paytable.prefab index 7a04474..435f5ca 100644 --- a/assets/Game/history/prefabs/paytable.prefab +++ b/assets/Game/history/prefabs/paytable.prefab @@ -17396,9 +17396,9 @@ "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 130, - "g": 214, - "b": 40, + "r": 158, + "g": 67, + "b": 195, "a": 255 }, "_spriteFrame": { diff --git a/assets/Game/history/prefabs/rules.prefab b/assets/Game/history/prefabs/rules.prefab index 4aec6be..f2fed9c 100644 --- a/assets/Game/history/prefabs/rules.prefab +++ b/assets/Game/history/prefabs/rules.prefab @@ -23107,9 +23107,9 @@ "_dstBlendFactor": 4, "_color": { "__type__": "cc.Color", - "r": 130, - "g": 214, - "b": 40, + "r": 158, + "g": 67, + "b": 195, "a": 255 }, "_spriteFrame": { diff --git a/assets/Main/Scripts/main/comm.ts b/assets/Main/Scripts/main/comm.ts index 0e45d99..50dc2cb 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 'zh'; + return 'zh'; return language; }