diff --git a/lua_probject/base_project/Game/View/ResultView.lua b/lua_probject/base_project/Game/View/ResultView.lua
index 6056d7cb..e385ef84 100644
--- a/lua_probject/base_project/Game/View/ResultView.lua
+++ b/lua_probject/base_project/Game/View/ResultView.lua
@@ -261,10 +261,10 @@ function M:InitBigResult(room, fontsize)
local str_roominfo = string.gsub(room.room_config:GetDes(), '\r', '')
big_result:GetChild('txt_play').text = str_roominfo
- -- if room.hpOnOff == 1 and room.score_times ~= 1 then
- big_result:GetChild('txt_time').text = '倍数:' .. tostring(room.score_times)
- big_result:GetController('time').selectedIndex = 1
- -- end
+ -- if room.hpOnOff == 1 and room.score_times ~= 1 then
+ big_result:GetChild('txt_time').text = '倍数:' .. tostring(room.score_times)
+ big_result:GetController('time').selectedIndex = 1
+ -- end
local maxScore = 0
local isWin = false
@@ -305,8 +305,8 @@ function M:InitBigResult(room, fontsize)
if item:GetChild('txt_userid') then
item:GetChild('txt_userid').text = player_info.userId
end
-
- ImageLoad.Load(player_info.head_url, item:GetChild('head')._iconObject)
+
+ -- ImageLoad.Load(player_info.head_url, item:GetChild('head')._iconObject)
if player_info.entrust ~= nil and player_info.entrust == true then
item:GetController('entrust').selectedIndex = 1
@@ -354,18 +354,18 @@ function M:InitBigResult(room, fontsize)
pitem:GetChild('txt_key').text = player_info.param[i].key
pitem:GetChild('txt_value').text = player_info.param[i].value
- if fontsize ~= nil and fontsize > 0 then
- pitem:GetChild('txt_key').textFormat.size = fontsize
- pitem:GetChild('txt_value').textFormat.size = fontsize
- else
- if big then
- pitem:GetChild('txt_key').textFormat.size = 30
- pitem:GetChild('txt_value').textFormat.size = 12
- else
- pitem:GetChild('txt_key').textFormat.size = 24
- pitem:GetChild('txt_value').textFormat.size = 8
- end
- end
+ -- if fontsize ~= nil and fontsize > 0 then
+ -- pitem:GetChild('txt_key').textFormat.size = fontsize
+ -- pitem:GetChild('txt_value').textFormat.size = fontsize
+ -- else
+ -- if big then
+ -- pitem:GetChild('txt_key').textFormat.size = 30
+ -- pitem:GetChild('txt_value').textFormat.size = 12
+ -- else
+ -- pitem:GetChild('txt_key').textFormat.size = 24
+ -- pitem:GetChild('txt_value').textFormat.size = 8
+ -- end
+ -- end
end
end
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
index 24c801db..4f23d041 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua
@@ -562,7 +562,24 @@ function M:EventInit()
)
end
)
+ local func = _gamectr:PopEvent()
+ if (func ~= nil) then
+ if self._flag_fanpaofa then
+ self._popEvent = false
+ end
+ local result, resultInfo = pcall(func)
+ if result then
+ else
+ printlog("game_error", resultInfo)
+ printlog("game_error_tra", debug.traceback())
+ self._gamectr = ControllerManager.GetController(GameController)
+ if self._gamectr then
+ self._gamectr:ResetConnect()
+ end
+ end
+ --func()
+ end
_gamectr:AddEventListener(
GameEvent.ZPResult1,
function(...)
@@ -638,7 +655,6 @@ function M:EventInit()
GameEvent.ZPResult2,
function(...)
-- self._popEvent = true
- print("结算监听======22222222222222222")
self._left_time = 0
local arg = { ... }
local total_result = arg[2]
diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
index 634ba2b2..06b6dd2a 100644
--- a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
+++ b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua
@@ -400,41 +400,41 @@ function M:UpdateFzList(fz_list, ispaly, seat, flag_pengPao)
end
function M:playAnim(fzitem, fzcards, size, i, ispaly, flag_pengPao)
- print("lingmeng playAnim", fzitem, fzcards, size, i, ispaly, flag_pengPao)
- if (ispaly == nil) then
- ispaly = false
- end
- if (ispaly and i == size and not flag_pengPao) then
- local fristCard = self.card_list[1].btn_card
- print("lingmeng btn_card", self.card_list[1].index_X)
- -- self._area_handcard_list:AddChild(fzcards)
- fzcards:SetPivot(0.5, 0.5)
- fzcards.rotation = 180
- fzcards.xy = fristCard.xy - Vector2.New(fzcards.width, fzcards.height)
- --[[
- fzcards:TweenMove(
- self._area_fz_list.xy + Vector2.New(fzcards.width, 0) * self._area_fz_list.numItems -
- self._area_handcard_list.xy, 0.2)
- fzcards:TweenScale(Vector2.New(0.5, 0.5), 0.2)
- --]]
- fzcards:RemoveFromParent()
- fzcards.xy = Vector2.zero
- fzcards.rotation = 0
- fzcards:SetScale(1, 1)
- fzitem:AddChild(fzcards)
- self._area_fz_list:AddChildAt(fzitem, 0)
- --[[
- coroutine.start(
- function()
- coroutine.wait(0.21)
+ -- print("lingmeng playAnim", fzitem, fzcards, size, i, ispaly, flag_pengPao)
+ -- if (ispaly == nil) then
+ -- ispaly = false
+ -- end
+ -- if (ispaly and i == size and not flag_pengPao) then
+ -- local fristCard = self.card_list[1].btn_card
+ -- print("lingmeng btn_card", self.card_list[1].index_X)
+ -- -- self._area_handcard_list:AddChild(fzcards)
+ -- fzcards:SetPivot(0.5, 0.5)
+ -- fzcards.rotation = 180
+ -- fzcards.xy = fristCard.xy - Vector2.New(fzcards.width, fzcards.height)
+ -- --[[
+ -- fzcards:TweenMove(
+ -- self._area_fz_list.xy + Vector2.New(fzcards.width, 0) * self._area_fz_list.numItems -
+ -- self._area_handcard_list.xy, 0.2)
+ -- fzcards:TweenScale(Vector2.New(0.5, 0.5), 0.2)
+ -- --]]
+ -- fzcards:RemoveFromParent()
+ -- fzcards.xy = Vector2.zero
+ -- fzcards.rotation = 0
+ -- fzcards:SetScale(1, 1)
+ -- fzitem:AddChild(fzcards)
+ -- self._area_fz_list:AddChildAt(fzitem, 0)
+ -- --[[
+ -- coroutine.start(
+ -- function()
+ -- coroutine.wait(0.21)
- end
- )
- --]]
- else
- fzitem:AddChild(fzcards)
- self._area_fz_list:AddChildAt(fzitem, 0)
- end
+ -- end
+ -- )
+ -- --]]
+ -- else
+ -- fzitem:AddChild(fzcards)
+ -- self._area_fz_list:AddChildAt(fzitem, 0)
+ -- end
end
--出牌提示动画
diff --git a/wb_new_ui/.objs/metas/1utjt0r2/ufu92i.info b/wb_new_ui/.objs/metas/1utjt0r2/ufu92i.info
index d04551a1..17ce7d71 100644
--- a/wb_new_ui/.objs/metas/1utjt0r2/ufu92i.info
+++ b/wb_new_ui/.objs/metas/1utjt0r2/ufu92i.info
@@ -1,10 +1,16 @@
{
"objectStatus": {
+ "n84_rbpg": {
+ "hidden": true
+ },
+ "n51_fmkv": {
+ "collapsed": true
+ },
"n85_rbpg": {
"hidden": true
},
- "n84_rbpg": {
- "hidden": true
+ "n19_pt1r": {
+ "collapsed": true
},
"n4_fux2": {
"hidden": true
diff --git a/wb_new_ui/.objs/metas/1utjt0r2/ufu92u.info b/wb_new_ui/.objs/metas/1utjt0r2/ufu92u.info
new file mode 100644
index 00000000..816f7036
--- /dev/null
+++ b/wb_new_ui/.objs/metas/1utjt0r2/ufu92u.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n19_of6w": {
+ "collapsed": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/buttons/Btn_ShowResult.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/buttons/Btn_ShowResult.xml
new file mode 100644
index 00000000..f936b351
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/buttons/Btn_ShowResult.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/Main/new_ui/zailaiyiju_img.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/Main/new_ui/zailaiyiju_img.png
index 6f20e50a..c3c58658 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/Main/new_ui/zailaiyiju_img.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/Main/new_ui/zailaiyiju_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/big_zipai_result_item.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/big_zipai_result_item.xml
index 9c944d5b..87579838 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/big_zipai_result_item.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/big_zipai_result_item.xml
@@ -1,28 +1,32 @@
-
-
+
+
-
+
-
+
-
-
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
@@ -30,29 +34,29 @@
-
+
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/card_item.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/card_item.xml
index 7dea145a..bbd873c9 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/card_item.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/card_item.xml
@@ -1,7 +1,7 @@
-
-
+
+
@@ -12,10 +12,10 @@
-
-
-
-
+
+
+
+
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/clearing.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/clearing.xml
index 3f9eba80..19eb9225 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/clearing.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/clearing.xml
@@ -1,15 +1,16 @@
-
+
-
-
+
+
-
+
+
@@ -63,7 +64,7 @@
-
+
@@ -99,7 +100,7 @@
-
+
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/descript_item_zipai.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/descript_item_zipai.xml
index 5a2dfef1..9447a3a2 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/descript_item_zipai.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/descript_item_zipai.xml
@@ -1,7 +1,7 @@
-
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/bti_win.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/bti_win.png
new file mode 100644
index 00000000..485b9ecc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/bti_win.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_Shader.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_Shader.png
new file mode 100644
index 00000000..5403498c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_Shader.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_exit.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_exit.png
new file mode 100644
index 00000000..e84ac168
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/btn_exit.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/fight.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/fight.png
new file mode 100644
index 00000000..4026df0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/fight.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/jfd.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/jfd.png
index fdd3d7fc..ce2e20af 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/jfd.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shengli_zipai.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shengli_zipai.png
index fe78c974..d4aa2b30 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shengli_zipai.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shengli_zipai.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shibai_zipai.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shibai_zipai.png
index 0a78de67..e2d9a94e 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shibai_zipai.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/shibai_zipai.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di.png
index 8b6c7390..4a2a794a 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di_win.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di_win.png
new file mode 100644
index 00000000..09c8c72e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_di_win.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_shuoming_di.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_shuoming_di.png
index 79ba9baa..a5689f27 100644
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_shuoming_di.png and b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/zipai_shuoming_di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/分享.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/分享.png
deleted file mode 100644
index 431ee6a2..00000000
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/分享.png and /dev/null differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/大赢家.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/大赢家.png
deleted file mode 100644
index e476a8dc..00000000
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/大赢家.png and /dev/null differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/战绩.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/战绩.png
deleted file mode 100644
index 6debbccd..00000000
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/战绩.png and /dev/null differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/退出.png b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/退出.png
deleted file mode 100644
index 1a38b454..00000000
Binary files a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/image/退出.png and /dev/null differ
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_head.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_head.xml
index c1f9560d..b3fa8c6b 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_head.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_head.xml
@@ -1,10 +1,10 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_main.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_main.xml
index d0fc86ab..e5d12d80 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_main.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/component/clearing/result_zipai_main.xml
@@ -1,24 +1,24 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -27,45 +27,41 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
@@ -84,6 +80,6 @@
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_FanPaoFa/package.xml b/wb_new_ui/assets/Extend_Poker_FanPaoFa/package.xml
index d91d265a..16dfd9c3 100644
--- a/wb_new_ui/assets/Extend_Poker_FanPaoFa/package.xml
+++ b/wb_new_ui/assets/Extend_Poker_FanPaoFa/package.xml
@@ -120,9 +120,9 @@
-
+
-
+
@@ -131,7 +131,7 @@
-
+
@@ -140,10 +140,10 @@
-
+
-
+
@@ -327,6 +327,8 @@
+
+
\ No newline at end of file
diff --git a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0.png b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0.png
index 8d7afcf8..409c16b3 100644
Binary files a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0.png and b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0.png differ
diff --git a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_1.png b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_1.png
index e43b899a..915cd394 100644
Binary files a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_1.png and b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_1.png differ
diff --git a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_2.png b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_2.png
index 71c47030..a36680f6 100644
Binary files a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_2.png and b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_atlas0_2.png differ
diff --git a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_fui.bytes b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_fui.bytes
index ffaadc53..a6656952 100644
Binary files a/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_fui.bytes and b/wb_unity_pro/Assets/ART/extend/zipai/fanpaofa/ui/Extend_Poker_FanPaoFa_fui.bytes differ