diff --git a/.gitignore b/.gitignore index 7b170cb1..f5378001 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - +/wb_unity_pro_2/ /wb_unity_pro/ \ No newline at end of file diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua index 6634e804..0e87a94f 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/EXMainView.lua @@ -198,7 +198,7 @@ function M:EventInit() if tex_round ~= nil then tex_round.text = '第 ' .. _room.curren_round .. ' 局' end - self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. '/' .. _room.room_config.round .. ' 局' + self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. ' 局 百息结算 ' self._state.selectedIndex = 1 self:closeTipOnTuoguan() @@ -254,7 +254,7 @@ function M:EventInit() if tex_round ~= nil then tex_round.text = '第 ' .. _room.curren_round .. ' 局' end - self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. '/' .. _room.room_config.round .. ' 局' + self._view:GetChild('tex_round').text = '第 ' .. _room.curren_round .. ' 局 百息结算' self._state.selectedIndex = 1 self:closeTipOnTuoguan() @@ -630,8 +630,8 @@ function M:EventInit() local seat = arg[1] local card = arg[2] --禁牌 把手上的牌都禁掉 - local card_info = self._player_card_info[self:GetPos(seat)] - card_info:banHandCards(self._room.self_player.card_list) + -- local card_info = self._player_card_info[self:GetPos(seat)] + -- card_info:banHandCards(self._room.self_player.card_list) end ) @@ -1137,7 +1137,7 @@ function M:ReloadRoom() if tex_round ~= nil then tex_round.text = '第 ' .. room.curren_round .. ' 局' end - self._view:GetChild('tex_round').text = '第 ' .. room.curren_round .. '/' .. room.room_config.round .. ' 局' + self._view:GetChild('tex_round').text = '第 ' .. room.curren_round .. ' 局 百息结算' end function M:PlayChatSound(sex, chat_index) diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua index b977b1d9..8d2f56d8 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/FanPaoFa_ResultView.lua @@ -52,14 +52,19 @@ function M:InitData(over, room, result, total_result, callback) local xipai=self._view:GetChild("btn_xipai") xipai.touchable=true xipai.onClick:Add(function() - local xiPaiCallBack=function () - xipai.touchable=false - self.xiPaiCtr.selectedIndex=0 - ViewUtil.ErrorTip(1000000,"申请洗牌成功") - end - local _gamectr = ControllerManager.GetController(GameController) - _gamectr:SendXiPaiAction(xiPaiCallBack) - end) + local xiPaiCallBack=function () + xipai.touchable=false + self.xiPaiCtr.selectedIndex=0 + ViewUtil.ErrorTip(1000000,"申请洗牌成功") + + local _gamectr = ControllerManager.GetController(GameController) + _gamectr:PlayerReady() + self:Close() + + end + local _gamectr = ControllerManager.GetController(GameController) + _gamectr:SendXiPaiAction(xiPaiCallBack) + end) if result and result.xipai_score then xipai.text="洗牌 积分x"..result.xipai_score end diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua index c648fa47..caf23451 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerCardInfoView.lua @@ -15,7 +15,8 @@ end function M:UpdateFzList( fz_list ,ispaly,seat) - + print("lingmeng UpdateFzList") + pt(fz_list) self._area_fz_list:RemoveChildren(0,-1,true) for i = 1,#fz_list do local fzitem = nil @@ -47,19 +48,27 @@ function M:UpdateFzList( fz_list ,ispaly,seat) elseif fz_list[i].type == RB_FZType.Wei then local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3") + -- for j=1,3 do + -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" + -- end + -- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe for j=1,3 do fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" end - fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe + fzcards:GetChild("card_"..1).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card)--jefe fzcards.x,fzcards.y = 0,0 self:playAnim(fzitem,fzcards,#fz_list,i,ispaly,seat) elseif fz_list[i].type == RB_FZType.ChouWei then local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3") - for j=1,2 do + -- for j=1,2 do + -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" + -- end + -- fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) + for j=2,3 do fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" end - fzcards:GetChild("card_"..3).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) + fzcards:GetChild("card_"..1).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) fzcards.x,fzcards.y = 0,0 self:playAnim(fzitem,fzcards,#fz_list,i,ispaly,seat) @@ -79,8 +88,15 @@ function M:UpdateFzList( fz_list ,ispaly,seat) fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" end else + -- for j=1,4 do + -- if j==4 then + -- fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) + -- else + -- fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" + -- end + -- end for j=1,4 do - if j==4 then + if j==1 then fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) else fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" @@ -187,6 +203,7 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat) outcards:GetChild("icon").icon ="ui://Main_RunBeard/202_1_300" else outcards:GetChild("icon").icon =self:getCardItem("ui://Main_RunBeard/203_",outcard) + self._bgview.selectedIndex=1 end outcards.x,outcards.y = 0,0 local show_di_bg = outcards:GetChild("show_di_bg") @@ -223,13 +240,15 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat) show_di_bg.visible = false end self._area_outcard_list:AddChild(outcards) + end --弃牌 function M:UpdateQiPai( qi_list,ispaly,seat) self._area_qipai_list:RemoveChildren(0,-1,true) for i=1,#qi_list do - local qicards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Qipai") + local qicards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Qipais") + pt(qicards) qicards:GetChild("icon").icon = self:getCardItem("ui://Main_RunBeard/202_",qi_list[i]) if(ispaly)then if(i == #qi_list) then diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua index a91144e1..1b551428 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/PlayerSelfCardInfoView.lua @@ -302,6 +302,7 @@ function M:UpdateOutCardList(outcard,isShow,isMopai,seat) show_di_bg.visible = false end self._area_outcard_list:AddChild(outcards) + self._bgview.selectedIndex = 1 end --弃牌 @@ -323,11 +324,14 @@ end function M:PlayingOutCardAnima( card) coroutine.start(function() coroutine.wait(0.1) + self._bgview.selectedIndex = 1 self:ClearOutCard() end) end function M:UpdateFzList( fz_list ,ispaly) + + printlog("UpdateFzList area_fz_list2") self._area_fz_list:RemoveChildren(0,-1,true) for i = 1,#fz_list do local fzitem=nil @@ -336,7 +340,9 @@ function M:UpdateFzList( fz_list ,ispaly) if(ispaly == false)then fzitem:RemoveChildren(0,-1,true) end + printlog(fzitem.width)printlog(fzitem.height) end + if fz_list[i].type == RB_FZType.Chi or fz_list[i].type == RB_FZType.Bi then local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3") @@ -345,6 +351,7 @@ function M:UpdateFzList( fz_list ,ispaly) fzcards:GetChild("card_"..2).icon = self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].opcard[1]) fzcards:GetChild("card_"..3).icon = self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].opcard[2]) fzcards.x,fzcards.y = 0,0 + self:playAnim(fzitem,fzcards,#fz_list,i,ispaly) elseif fz_list[i].type == RB_FZType.Peng then @@ -361,7 +368,11 @@ function M:UpdateFzList( fz_list ,ispaly) local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_3") fzcards:GetController("c1").selectedIndex=1 for j=1,3 do - fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) + if j==1 then + fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) + else + fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" + end end fzcards.x,fzcards.y = 0,0 self:playAnim(fzitem,fzcards,#fz_list,i,ispaly) @@ -387,7 +398,7 @@ function M:UpdateFzList( fz_list ,ispaly) local fzcards =UIPackage.CreateObjectFromURL("ui://Main_RunBeard/Fz_0_4") for j=1,4 do - if j==4 then + if j==1 then fzcards:GetChild("card_"..j).icon =self:getCardItem("ui://Main_RunBeard/202_",fz_list[i].card) else fzcards:GetChild("card_"..j).icon ="ui://Main_RunBeard/202_1_300" diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua index 8f6b21cc..7d584b6c 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/PendulumRule.lua @@ -786,7 +786,7 @@ function M:tryPendulumRule2() --pt(cards_map) --printlog("11111111111111111111") local mapCount=#cards_map - if mapCount>12 then + if mapCount>10 then local tempCardMpList1={} local tempCardMpList2={} local tempCardMpList3={} diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua index fbdfb10d..c26f6689 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerCardInfoView.lua @@ -43,6 +43,7 @@ function M:init() local view = self._view self._room = DataManager.CurrenRoom self._area_outcard_list = view:GetChild("area_outcard_list") + self._bgview = view:GetController("bgview") self._area_handcard_list = view:GetChild("area_handcard_list") self._area_fz_list = view:GetChild("area_fz_list") self._area_qipai_list = view:GetChild("windcard_list") @@ -60,6 +61,7 @@ end function M:Clear() self._area_outcard_list:RemoveChildren(0, -1, true) + self._bgview.selectedIndex=0 self._area_fz_list:RemoveChildren(0, -1, true) self._area_handcard_list:RemoveChildren(0, -1, true) self._area_qipai_list:RemoveChildren(0, -1, true) @@ -74,7 +76,7 @@ end function M:ClearOutCard() self._area_outcard_list:RemoveChildren(0, -1, true) - + self._bgview.selectedIndex = 0 end --弃牌 @@ -90,8 +92,6 @@ end --放字 function M:UpdateFzList( fz_list ) - printlog("jefe UpdateFzList=======") - pt(fz_list) self._area_fz_list:RemoveChildren(0,-1,true) for i = 1,#fz_list do local fzitem = nil @@ -251,6 +251,7 @@ function M:UpdateOutCardList(outcard) end outcards.x,outcards.y = 0,0 self._area_outcard_list:AddChild(outcards) + self._bgview.selectedIndex=1 end --摸牌动画 diff --git a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua index afd1639f..0177cb63 100644 --- a/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua +++ b/lua_probject/extend_project/extend/zipai/fanpaofa/main/ZPPlayerSelfCardInfoView.lua @@ -58,9 +58,9 @@ function M:init() self.card_hight = 110 self.outcard_button = nil self._room = DataManager.CurrenRoom - printlog("zp init") self._area_handcard_list = view:GetChild('area_handcard_list') self._area_outcard_list = view:GetChild('area_outcard_list') + self._bgview = view:GetController("bgview") self._area_fz_list = view:GetChild('area_fz_list') self._area_qipai_list = view:GetChild('windcard_list') self._mask_liangpai = view:GetChild('mask_liangpai') @@ -73,9 +73,7 @@ end function M:ShwoDaNiao(niao) - printlog("main daniao ShwoDaNiao",self.ctr_niao) self.ctr_niao.selectedIndex = 1 - printlog("main daniao ShwoDaNiao1") end function M:HideDaNiao() @@ -137,6 +135,7 @@ end function M:Clear() self.outcard_button = nil self._area_outcard_list:RemoveChildren(0, -1, true) + self._bgview.selectedIndex = 0 self._area_fz_list:RemoveChildren(0, -1, true) self._area_handcard_list:RemoveChildren(0, -1, true) self._area_qipai_list:RemoveChildren(0, -1, true) @@ -347,14 +346,17 @@ function M:banHandCards(list) for i = 1, #list do local card_code = list[i].card_item pt(card_code) - local btn_card = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Btn_Card') - btn_card:GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/201_', card_code) - btn_card:GetChild('icon'):SetScale(self:getCardSize(), self:getCardSize()) - btn_card:GetChild('n6'):SetScale(self:getCardSize(), self:getCardSize()) - self.card_width = 87 * self:getCardSize() - self.card_hight = 110 * self:getCardSize() - local card_view = NewCardView(btn_card, card_code, list[i].index_X, list[i].index_Y) - card_view.btn_card.touchable = false + -- local btn_card = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Btn_Card') + -- btn_card:GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/201_', card_code) + -- btn_card:GetChild('icon'):SetScale(self:getCardSize(), self:getCardSize()) + -- btn_card:GetChild('n6'):SetScale(self:getCardSize(), self:getCardSize()) + -- self.card_width = 87 * self:getCardSize() + -- self.card_hight = 110 * self:getCardSize() + + -- local card_view = NewCardView(btn_card, card_code, list[i].index_X, list[i].index_Y) + -- btn_card.data = card_view + -- btn_card.touchable = false + self:UpdateKan(card_code) end end @@ -773,6 +775,7 @@ end --更新 吃碰 function M:UpdateFzList(fz_list) + printlog("UpdateFzList area_fz_list1") self._area_fz_list:RemoveChildren(0, -1, true) for i = 1, #fz_list do local fzitem = nil @@ -801,7 +804,11 @@ function M:UpdateFzList(fz_list) local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_3') fzcards:GetController('c1').selectedIndex = 1 for j = 1, 3 do - fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card) + if j == 1 then + fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300' + else + fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card) + end end fzcards.x, fzcards.y = 0, 0 fzitem:AddChildAt(fzcards, 0) @@ -810,7 +817,11 @@ function M:UpdateFzList(fz_list) local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_3') fzcards:GetController('c1').selectedIndex = 1 for j = 1, 3 do - fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card) + if j == 1 then + fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300' + else + fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card) + end end fzcards.x, fzcards.y = 0, 0 fzitem:AddChildAt(fzcards, 0) @@ -826,7 +837,7 @@ function M:UpdateFzList(fz_list) elseif fz_list[i].type == RB_FZType.Ti then local fzcards = UIPackage.CreateObjectFromURL('ui://Main_RunBeard/Fz_0_4') for j = 1, 4 do - if j == 4 then + if j == 1 then fzcards:GetChild('card_' .. j).icon = self:getCardItem('ui://Main_RunBeard/202_', fz_list[i].card) else fzcards:GetChild('card_' .. j).icon = 'ui://Main_RunBeard/202_1_300' @@ -841,6 +852,7 @@ end function M:ClearOutCard() self._area_outcard_list:RemoveChildren(0, -1, true) + self._bgview.selectedIndex = 0 end --出牌 function M:UpdateOutCardList(outcard) @@ -853,6 +865,7 @@ function M:UpdateOutCardList(outcard) end outcards.x, outcards.y = 0, 0 self._area_outcard_list:AddChild(outcards) + self._bgview.selectedIndex = 1 end --弃牌 @@ -870,10 +883,12 @@ function M:PlayingOutCardAnima(card) if (self._area_outcard_list ~= nil and self._area_outcard_list.numChildren > 0) then self._area_outcard_list:GetChildAt(0):GetChild('icon').icon = self:getCardItem('ui://Main_RunBeard/202_', card) self._view:GetTransition('t0'):Play() + end coroutine.start( function() coroutine.wait(0.1) + self._bgview.selectedIndex = 1 self:ClearOutCard() end ) @@ -882,7 +897,6 @@ end --得到设置的牌字体 function M:getCardItem(card_1, card_2) if self._room.change_card_display ~= nil then - --printlog("===========",self._room.change_card_display) return card_1 .. self._room.change_card_display .. card_2 else return card_1 .. '6_' .. card_2 diff --git a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png index e078dbbb..85f03107 100644 Binary files a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png and b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png differ diff --git a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes index f8239774..8d46756e 100644 Binary files a/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes and b/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes differ diff --git a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png index ab4b6654..78256ea4 100644 Binary files a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png and b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png differ diff --git a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes index 0e96c4ac..51849c74 100644 Binary files a/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes and b/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes differ diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info new file mode 100644 index 00000000..314bf0c6 --- /dev/null +++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvt.info @@ -0,0 +1,16 @@ +{ + "objectStatus": { + "n28_o49p": { + "hidden": true + }, + "n29_o49p": { + "hidden": true + }, + "n27_o49p": { + "hidden": true + }, + "n24_mk2u": { + "hidden": true + } + } +} \ No newline at end of file diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info index 22178475..3d14a8aa 100644 --- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info +++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qvx.info @@ -1,3 +1,8 @@ { + "objectStatus": { + "n45_j34t": { + "collapsed": true + } + }, "fitScreen": "FitSize" } \ No newline at end of file diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info index 66d3eef3..d3878063 100644 --- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info +++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qw7.info @@ -3,9 +3,6 @@ "n39_e7qn": { "collapsed": true }, - "n49_lr5d": { - "collapsed": true - }, "n38_e7qn": { "hidden": true } diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info b/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info index 8c42c4b9..279642d4 100644 --- a/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info +++ b/wb_new_ui/.objs/metas/v6yvqp7w/f55qwa.info @@ -13,6 +13,9 @@ "hidden": true, "collapsed": true }, + "n152_8th3": { + "hidden": true + }, "n170_o49p": { "hidden": true }, diff --git a/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info b/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info new file mode 100644 index 00000000..d34517d9 --- /dev/null +++ b/wb_new_ui/.objs/metas/v6yvqp7w/fgao1dk.info @@ -0,0 +1,7 @@ +{ + "objectStatus": { + "n4_rfcn": { + "hidden": true + } + } +} \ No newline at end of file diff --git a/wb_new_ui/.objs/workspace.json b/wb_new_ui/.objs/workspace.json index 74de28df..724bf1f6 100644 --- a/wb_new_ui/.objs/workspace.json +++ b/wb_new_ui/.objs/workspace.json @@ -1,5 +1,5 @@ { - "libview.firstColumnWidth": 522, + "libview.firstColumnWidth": 297, "expanded_nodes": [ "27vd145b", "/", @@ -8,15 +8,33 @@ ], "libview.iconScale": 0, "doc.openedDocs": [ - "ui://ppu1wv76j4mf9j" + "ui://ppu1wv76j4mf9j", + "ui://v6yvqp7wf55qwa", + "ui://v6yvqp7wf55qw7", + "ui://v6yvqp7wf55qvx", + "ui://v6yvqp7wf55qvw", + "ui://v6yvqp7wddb914i", + "ui://v6yvqp7wcyprww", + "ui://v6yvqp7wcyprwy", + "ui://v6yvqp7wcyprwu", + "ui://v6yvqp7wcyprwt", + "ui://m7iejg46kwi0hkb", + "ui://m7iejg46mpllhv2", + "ui://m7iejg46kwi0hkl", + "ui://v6yvqp7wf55qw5", + "ui://v6yvqp7wf55qw4" ], "packageGroup.mine": [], "test.device": "720p Phone", "canvasColor": 10066329, "auxline2": true, - "doc.activeDoc": "ui://ppu1wv76j4mf9j", + "doc.activeDoc": "ui://v6yvqp7wf55qw4", "libview.twoColumn": false, "libview.expandedNodes": [ + "27vd145b", + "/", + "27vd145b", + "/component/", "egnzysm7", "/", "egnzysm7", @@ -30,13 +48,25 @@ "ppu1wv76", "/component/", "ppu1wv76", + "/component/cards/", + "ppu1wv76", "/component/clearing/", "ppu1wv76", - "/component/clearing/image/", + "/images/", "v6yvqp7w", "/", "v6yvqp7w", - "/component/" + "/component/", + "v6yvqp7w", + "/component/Main/", + "v6yvqp7w", + "/component/Main/component/", + "v6yvqp7w", + "/component/cards/", + "v6yvqp7w", + "/images/", + "v6yvqp7w", + "/images/cards/" ], "auxline1": true, "snapToGrid": true, diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml index 63d06b04..3d0def57 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml @@ -1,41 +1,37 @@ - + - + - + - - - - - + - + - + - - - - - + - + + + + + @@ -62,60 +58,49 @@ - + - + - + + - - - - - - - - - - - - - - - - - + + + + + - + - + - + - + - + @@ -128,9 +113,28 @@ - + + + + + + + + + + + + + + + + + + + + diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml deleted file mode 100644 index 5d954c4d..00000000 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml new file mode 100644 index 00000000..884da6ec --- /dev/null +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipais.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml index 0027b137..e00791e8 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml @@ -3,28 +3,28 @@ - - - - - - + + + + + + - - + + - - - - + + + + - - + + - + \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml index 9852fa60..3914f5c8 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml @@ -1,9 +1,9 @@ - - - - + + + + \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml index 29476c6a..c1a7566f 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml @@ -63,22 +63,22 @@ - - - - + + + + - + - + - + @@ -94,20 +94,20 @@ - - - - + + + + - + - + - + - + \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml index aaeb56b2..0bb313fb 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml @@ -6,108 +6,108 @@ - + - + - - - + + + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - - + + + + - - - + + + - + - + - - - - + + + + - - - + + + - + - + \ No newline at end of file diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml index b4b0d89c..5b995ecf 100644 --- a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml +++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml @@ -3,62 +3,75 @@ - + + - + - + + + + - - + + - + - - - - +