0515
Showing
71 changed files
with
66 additions
and
68 deletions
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <fanpai_game_play_cnt>5</fanpai_game_play_cnt> | 10 | <fanpai_game_play_cnt>5</fanpai_game_play_cnt> |
11 | <best>2</best> | 11 | <best>2</best> |
12 | <game_play_cnt>17</game_play_cnt> | 12 | <game_play_cnt>17</game_play_cnt> |
13 | <cake_best>90</cake_best> | 13 | <cake_best>104</cake_best> |
14 | <haidao_best>250</haidao_best> | 14 | <haidao_best>250</haidao_best> |
15 | <guess_game_play_cnt>2</guess_game_play_cnt> | 15 | <guess_game_play_cnt>2</guess_game_play_cnt> |
16 | <guess_best>18</guess_best> | 16 | <guess_best>18</guess_best> | ... | ... |
This diff is collapsed.
Click to expand it.
client/xhx/client/res/config/备注.txt
deleted
100644 → 0
1 | | ||
2 | btl_cnt_reward 新手对局福利 | ||
3 | create_reward 新手创建礼包 | ||
4 | |||
5 | game 每日上限最大值、救济金 | ||
6 | game_birds 飞禽走兽配置表 | ||
7 | game_fruit_machine 水果机配置表 | ||
8 | game_score 积分产出 | ||
9 | gd_charm —————— | ||
10 | gd_score 积分称号 | ||
11 | head 头像、头像框对应魅力值、积分 | ||
12 | item 物品 | ||
13 | lobby_room_cfg 游戏房间的配置:底分、门票、进入房间限制、机器人携带钱数、输赢封顶倍数 | ||
14 | login 登陆大转盘中,连续登录几天的奖励 | ||
15 | mail 邮件配置,战况、周活动奖励、更新版本奖励等 | ||
16 | nick 昵称随机 | ||
17 | niuniu 牛牛:抢庄、押注 | ||
18 | notice 公告 | ||
19 | online_reward 每日在线礼包 | ||
20 | pay 支付购买相关:商城点券、充值活动 | ||
21 | rank_exprie_reward 周赛活动排行榜 名次 奖励 | ||
22 | rank_yesterday_reward 排行榜 昨天名次 奖励 | ||
23 | role_reward 登陆1-7天,奖励的道具 | ||
24 | rules 掼蛋单机规则提示 | ||
25 | shop 商城出售 | ||
26 | shop_medal 勋章产出游戏、上限 | ||
27 | sign —————— | ||
28 | task_daily 每日任务 | ||
29 | turntable 登陆大转盘中,抽奖 | ||
30 | xx_lobby_room_cfg 开房房卡消耗 | ||
31 | achievement 成就 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
client/xhx/client/res/ui/xyx/bg_clear_1.png
0 → 100644

11.1 KB
client/xhx/client/res/ui/xyx/bg_clear_10.png
0 → 100644

912 Bytes
client/xhx/client/res/ui/xyx/bg_clear_11.png
0 → 100644

4.67 KB
client/xhx/client/res/ui/xyx/bg_clear_14.png
0 → 100644

5.77 KB
client/xhx/client/res/ui/xyx/bg_clear_15.png
0 → 100644

5.71 KB
client/xhx/client/res/ui/xyx/bg_clear_16.png
0 → 100644

5.92 KB
client/xhx/client/res/ui/xyx/bg_clear_17.png
0 → 100644

5.83 KB
client/xhx/client/res/ui/xyx/bg_clear_2.png
0 → 100644

12.8 KB
client/xhx/client/res/ui/xyx/bg_clear_3.png
0 → 100644

9.99 KB
client/xhx/client/res/ui/xyx/bg_clear_4.png
0 → 100644

3.05 KB
client/xhx/client/res/ui/xyx/bg_clear_5.png
0 → 100644

5.39 KB

3.59 KB
... | @@ -11,6 +11,7 @@ local function init() | ... | @@ -11,6 +11,7 @@ local function init() |
11 | local info = {}; | 11 | local info = {}; |
12 | info.id = tonumber(contents[1]); | 12 | info.id = tonumber(contents[1]); |
13 | info.name = contents[2]; | 13 | info.name = contents[2]; |
14 | --logD("ItemInfo-------------------------------->"..contents[2]); | ||
14 | info.describe = string.gsub(contents[3],"@br@","\n"); | 15 | info.describe = string.gsub(contents[3],"@br@","\n"); |
15 | info.icon = contents[4]; | 16 | info.icon = contents[4]; |
16 | info.shopID = tonumber(contents[5]); | 17 | info.shopID = tonumber(contents[5]); | ... | ... |
... | @@ -35,7 +35,8 @@ function DecorateView:init() | ... | @@ -35,7 +35,8 @@ function DecorateView:init() |
35 | self.scrollView = self.panel:getChildByName("ScrollView"); | 35 | self.scrollView = self.panel:getChildByName("ScrollView"); |
36 | 36 | ||
37 | self.nodesCopy = {}; | 37 | self.nodesCopy = {}; |
38 | self.nodesCopy[1] = {self.btn_back}; | 38 | --self.nodesCopy[1] = {self.btn_back}; --nodesCopy表嵌套表{{self.btn_back}} |
39 | self.nodesCopy[1] = {}; | ||
39 | for i=1,3 do | 40 | for i=1,3 do |
40 | local tab = self.panel:getChildByName("tab_"..i); | 41 | local tab = self.panel:getChildByName("tab_"..i); |
41 | tab:setTag(i); | 42 | tab:setTag(i); |
... | @@ -45,7 +46,9 @@ function DecorateView:init() | ... | @@ -45,7 +46,9 @@ function DecorateView:init() |
45 | end; | 46 | end; |
46 | tab:addTouchEventListener(function(ref,type) self:onButtonClick(ref,type, handler(self,self.onTabClick))end); | 47 | tab:addTouchEventListener(function(ref,type) self:onButtonClick(ref,type, handler(self,self.onTabClick))end); |
47 | self.nodesCopy[1][#self.nodesCopy[1]+1] = tab; | 48 | self.nodesCopy[1][#self.nodesCopy[1]+1] = tab; |
48 | end | 49 | end --{{self.btn_back,tab1,tab2,tab3}} |
50 | self.nodesCopy[1][#self.nodesCopy[1]+1] = self.btn_back; | ||
51 | --logD("self.nodesCopy[1]---num----------------->"..#self.nodesCopy[1]);--4 | ||
49 | 52 | ||
50 | self.btn_pre = self.panel:getChildByName("btn_pre"); | 53 | self.btn_pre = self.panel:getChildByName("btn_pre"); |
51 | self.btn_pre.fn = handler(self,self.onPreClick); | 54 | self.btn_pre.fn = handler(self,self.onPreClick); |
... | @@ -112,6 +115,7 @@ function DecorateView:setTab(_tab) | ... | @@ -112,6 +115,7 @@ function DecorateView:setTab(_tab) |
112 | end | 115 | end |
113 | 116 | ||
114 | function DecorateView:updateTabState() | 117 | function DecorateView:updateTabState() |
118 | logD("tab_index-------------------->"..tab_index); | ||
115 | if tab_index == 1 then | 119 | if tab_index == 1 then |
116 | self.runningScene.mask_area_1:setVisible(true); | 120 | self.runningScene.mask_area_1:setVisible(true); |
117 | self.runningScene.mask_area_2:setVisible(false); | 121 | self.runningScene.mask_area_2:setVisible(false); |
... | @@ -125,7 +129,7 @@ function DecorateView:updateTabState() | ... | @@ -125,7 +129,7 @@ function DecorateView:updateTabState() |
125 | for i=1,3 do | 129 | for i=1,3 do |
126 | local tab = self.panel:getChildByName("tab_"..i); | 130 | local tab = self.panel:getChildByName("tab_"..i); |
127 | local selected = tab:getChildByName("select"); | 131 | local selected = tab:getChildByName("select"); |
128 | if i == tab_index then | 132 | if i == tab_index then --tab为1-3 |
129 | selected:setVisible(true); | 133 | selected:setVisible(true); |
130 | else | 134 | else |
131 | selected:setVisible(false); | 135 | selected:setVisible(false); |
... | @@ -205,7 +209,7 @@ function DecorateView:updateItems() | ... | @@ -205,7 +209,7 @@ function DecorateView:updateItems() |
205 | self.nodes = TableUtil.merge(self.nodesCopy,list_nodes); | 209 | self.nodes = TableUtil.merge(self.nodesCopy,list_nodes); |
206 | 210 | ||
207 | if self.nodeIndex == 1 then | 211 | if self.nodeIndex == 1 then |
208 | self.selectedIndex = tab_index+1; | 212 | self.selectedIndex = tab_index; |
209 | end | 213 | end |
210 | self:updateSelectedState(false); | 214 | self:updateSelectedState(false); |
211 | end | 215 | end |
... | @@ -468,7 +472,7 @@ function DecorateView:onKeypadUp() | ... | @@ -468,7 +472,7 @@ function DecorateView:onKeypadUp() |
468 | 472 | ||
469 | if self.nodeIndex == 2 then | 473 | if self.nodeIndex == 2 then |
470 | self.nodeIndex = 1; | 474 | self.nodeIndex = 1; |
471 | self.selectedIndex = tab_index + 1; | 475 | self.selectedIndex = tab_index ; |
472 | self:updateSelectedState(false); | 476 | self:updateSelectedState(false); |
473 | else | 477 | else |
474 | DecorateView.super.onKeypadUp(self,false); | 478 | DecorateView.super.onKeypadUp(self,false); |
... | @@ -527,9 +531,10 @@ function DecorateView:onKeypadLeft() | ... | @@ -527,9 +531,10 @@ function DecorateView:onKeypadLeft() |
527 | DecorateView.super.onKeypadLeft(self,false); | 531 | DecorateView.super.onKeypadLeft(self,false); |
528 | 532 | ||
529 | local node = self.nodes[self.nodeIndex][self.selectedIndex]; | 533 | local node = self.nodes[self.nodeIndex][self.selectedIndex]; |
530 | if self.nodeIndex <= #self.nodesCopy and self.selectedIndex > 1 and node and node.fn then | 534 | --logD("left--------------------------->"..self.selectedIndex); |
535 | if self.nodeIndex <= #self.nodesCopy and self.selectedIndex < 4 and node and node.fn then --Tab之间跳转 | ||
531 | node.fn(); | 536 | node.fn(); |
532 | elseif self.nodeIndex == 2 and node then | 537 | elseif self.nodeIndex == 2 and node then --Item之间跳转 |
533 | self:onItemOver(node); | 538 | self:onItemOver(node); |
534 | end | 539 | end |
535 | end | 540 | end |
... | @@ -546,7 +551,10 @@ function DecorateView:onKeypadRight() | ... | @@ -546,7 +551,10 @@ function DecorateView:onKeypadRight() |
546 | DecorateView.super.onKeypadRight(self,false); | 551 | DecorateView.super.onKeypadRight(self,false); |
547 | 552 | ||
548 | local node = self.nodes[self.nodeIndex][self.selectedIndex]; | 553 | local node = self.nodes[self.nodeIndex][self.selectedIndex]; |
549 | if self.nodeIndex <= #self.nodesCopy and self.selectedIndex > 1 and node and node.fn then | 554 | --nodeIndex暂定为1=tab,2=Item; |
555 | --selectedIndex为tab和btn_back之间的切换 | ||
556 | --logD("right--------------------------->"..self.selectedIndex);1、2、3、4 | ||
557 | if self.nodeIndex <= #self.nodesCopy and self.selectedIndex < 4 and node and node.fn then | ||
550 | node.fn(); | 558 | node.fn(); |
551 | elseif self.nodeIndex == 2 and node then | 559 | elseif self.nodeIndex == 2 and node then |
552 | self:onItemOver(node); | 560 | self:onItemOver(node); | ... | ... |
... | @@ -17,7 +17,8 @@ function XyxGameOver:show(info,exitFun,againFun) | ... | @@ -17,7 +17,8 @@ function XyxGameOver:show(info,exitFun,againFun) |
17 | inst.exitFun = exitFun; | 17 | inst.exitFun = exitFun; |
18 | inst.againFun = againFun; | 18 | inst.againFun = againFun; |
19 | 19 | ||
20 | inst:getChildByName("panel"):getChildByName("txt_score"):setString(info.level..""); | 20 | inst:getChildByName("panel"):getChildByName("panel_reward"):getChildByName("txt_score"):setString("得分"..info.level..""); |
21 | inst:getChildByName("panel"):getChildByName("panel_noreward"):getChildByName("txt_score"):setString("得分"..info.level..""); | ||
21 | inst:getChildByName("panel"):getChildByName("panel_reward"):setVisible(false); | 22 | inst:getChildByName("panel"):getChildByName("panel_reward"):setVisible(false); |
22 | inst:getChildByName("panel"):getChildByName("panel_noreward"):setVisible(false); | 23 | inst:getChildByName("panel"):getChildByName("panel_noreward"):setVisible(false); |
23 | 24 | ||
... | @@ -62,6 +63,7 @@ function XyxGameOver:onGameEndCallBackFun(params) | ... | @@ -62,6 +63,7 @@ function XyxGameOver:onGameEndCallBackFun(params) |
62 | if cc.FileUtils:getInstance():isFileExist(icon_url) then | 63 | if cc.FileUtils:getInstance():isFileExist(icon_url) then |
63 | item:getChildByName("icon"):setSpriteFrame(cc.Sprite:create(icon_url):getSpriteFrame()); | 64 | item:getChildByName("icon"):setSpriteFrame(cc.Sprite:create(icon_url):getSpriteFrame()); |
64 | end | 65 | end |
66 | --logD("output test------------------------>"..info.name);--这里乱码 | ||
65 | item:getChildByName("txt"):setString(info.name.."×"..data.cnt); | 67 | item:getChildByName("txt"):setString(info.name.."×"..data.cnt); |
66 | if data.id == 100001 then | 68 | if data.id == 100001 then |
67 | local left_vip_day = UserModel.getLeftVipDay(); | 69 | local left_vip_day = UserModel.getLeftVipDay(); | ... | ... |
No preview for this file type
This diff is collapsed.
Click to expand it.

527 Bytes
... | @@ -6,15 +6,15 @@ | ... | @@ -6,15 +6,15 @@ |
6 | <ObjectData Name="Layer" Tag="2332" ctype="GameLayerObjectData"> | 6 | <ObjectData Name="Layer" Tag="2332" ctype="GameLayerObjectData"> |
7 | <Size X="120.0000" Y="120.0000" /> | 7 | <Size X="120.0000" Y="120.0000" /> |
8 | <Children> | 8 | <Children> |
9 | <AbstractNodeData Name="bg_bag_item" ActionTag="316582286" Tag="2333" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="37.0000" RightMargin="37.0000" TopMargin="37.0000" BottomMargin="37.0000" ctype="SpriteObjectData"> | 9 | <AbstractNodeData Name="bg_bag_item" ActionTag="316582286" Tag="2333" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-1.0000" RightMargin="-1.0000" TopMargin="-2.0000" BottomMargin="-2.0000" ctype="SpriteObjectData"> |
10 | <Size X="122.0000" Y="124.0000" /> | 10 | <Size X="108.0000" Y="108.0000" /> |
11 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 11 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
12 | <Position X="60.0000" Y="60.0000" /> | 12 | <Position X="60.0000" Y="60.0000" /> |
13 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 13 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
14 | <CColor A="255" R="255" G="255" B="255" /> | 14 | <CColor A="255" R="255" G="255" B="255" /> |
15 | <PrePosition X="0.5000" Y="0.5000" /> | 15 | <PrePosition X="0.5000" Y="0.5000" /> |
16 | <PreSize X="0.3833" Y="0.3833" /> | 16 | <PreSize X="1.0167" Y="1.0333" /> |
17 | <FileData Type="Normal" Path="common/bg_icon.png" Plist="" /> | 17 | <FileData Type="Normal" Path="ui/xyx/bg_clear_10.png" Plist="" /> |
18 | <BlendFunc Src="1" Dst="771" /> | 18 | <BlendFunc Src="1" Dst="771" /> |
19 | </AbstractNodeData> | 19 | </AbstractNodeData> |
20 | <AbstractNodeData Name="icon" ActionTag="-509607983" Tag="2334" IconVisible="False" LeftMargin="20.8742" RightMargin="19.1258" TopMargin="21.1258" BottomMargin="18.8742" ctype="SpriteObjectData"> | 20 | <AbstractNodeData Name="icon" ActionTag="-509607983" Tag="2334" IconVisible="False" LeftMargin="20.8742" RightMargin="19.1258" TopMargin="21.1258" BottomMargin="18.8742" ctype="SpriteObjectData"> |
... | @@ -33,34 +33,34 @@ | ... | @@ -33,34 +33,34 @@ |
33 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 33 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
34 | <Position X="56.4069" Y="-19.3912" /> | 34 | <Position X="56.4069" Y="-19.3912" /> |
35 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 35 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
36 | <CColor A="255" R="35" G="105" B="154" /> | 36 | <CColor A="255" R="255" G="165" B="0" /> |
37 | <PrePosition X="0.4701" Y="-0.1616" /> | 37 | <PrePosition X="0.4701" Y="-0.1616" /> |
38 | <PreSize X="1.2000" Y="0.2000" /> | 38 | <PreSize X="1.2000" Y="0.2000" /> |
39 | <OutlineColor A="255" R="255" G="0" B="0" /> | 39 | <OutlineColor A="255" R="255" G="0" B="0" /> |
40 | <ShadowColor A="255" R="110" G="110" B="110" /> | 40 | <ShadowColor A="255" R="110" G="110" B="110" /> |
41 | </AbstractNodeData> | 41 | </AbstractNodeData> |
42 | <AbstractNodeData Name="vip" ActionTag="2058042718" Tag="2358" IconVisible="False" LeftMargin="-89.9995" RightMargin="29.9995" TopMargin="-32.4741" BottomMargin="77.4741" ctype="SpriteObjectData"> | 42 | <AbstractNodeData Name="vip" ActionTag="2058042718" Tag="2358" IconVisible="False" LeftMargin="-51.9995" RightMargin="67.9995" TopMargin="-41.4741" BottomMargin="68.4741" ctype="SpriteObjectData"> |
43 | <Size X="180.0000" Y="75.0000" /> | 43 | <Size X="104.0000" Y="93.0000" /> |
44 | <Children> | 44 | <Children> |
45 | <AbstractNodeData Name="txt_1" ActionTag="536707435" Tag="2359" RotationSkewX="-9.0590" RotationSkewY="-9.0599" IconVisible="False" LeftMargin="16.2000" RightMargin="83.8000" TopMargin="23.0805" BottomMargin="1.9195" IsCustomSize="True" FontSize="28" LabelText="VIP8" VerticalAlignmentType="VT_Center" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 45 | <AbstractNodeData Name="txt_1" ActionTag="536707435" Tag="2359" RotationSkewX="-40.0000" RotationSkewY="-40.0009" IconVisible="False" LeftMargin="13.1991" RightMargin="10.8009" TopMargin="55.0791" BottomMargin="-12.0791" IsCustomSize="True" FontSize="24" LabelText="VIP8" VerticalAlignmentType="VT_Center" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
46 | <Size X="80.0000" Y="50.0000" /> | 46 | <Size X="80.0000" Y="50.0000" /> |
47 | <AnchorPoint ScaleY="0.5000" /> | 47 | <AnchorPoint ScaleY="0.5000" /> |
48 | <Position X="16.2000" Y="26.9195" /> | 48 | <Position X="13.1991" Y="12.9209" /> |
49 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 49 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
50 | <CColor A="255" R="246" G="121" B="19" /> | 50 | <CColor A="255" R="246" G="121" B="19" /> |
51 | <PrePosition X="0.0900" Y="0.3589" /> | 51 | <PrePosition X="0.1269" Y="0.1389" /> |
52 | <PreSize X="0.4444" Y="0.6667" /> | 52 | <PreSize X="0.7692" Y="0.5376" /> |
53 | <OutlineColor A="255" R="255" G="0" B="0" /> | 53 | <OutlineColor A="255" R="255" G="0" B="0" /> |
54 | <ShadowColor A="255" R="110" G="110" B="110" /> | 54 | <ShadowColor A="255" R="110" G="110" B="110" /> |
55 | </AbstractNodeData> | 55 | </AbstractNodeData> |
56 | <AbstractNodeData Name="txt_2" ActionTag="-782075880" Tag="2360" RotationSkewX="-9.0592" RotationSkewY="-9.0599" IconVisible="False" LeftMargin="83.8237" RightMargin="-3.8237" TopMargin="12.0072" BottomMargin="12.9928" IsCustomSize="True" FontSize="28" LabelText="+20%" VerticalAlignmentType="VT_Center" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 56 | <AbstractNodeData Name="txt_2" ActionTag="-782075880" Tag="2360" RotationSkewX="-40.0000" RotationSkewY="-40.0007" IconVisible="False" LeftMargin="48.8212" RightMargin="-44.8212" TopMargin="26.0054" BottomMargin="16.9946" IsCustomSize="True" FontSize="28" LabelText="+20%" VerticalAlignmentType="VT_Center" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
57 | <Size X="100.0000" Y="50.0000" /> | 57 | <Size X="100.0000" Y="50.0000" /> |
58 | <AnchorPoint ScaleY="0.5000" /> | 58 | <AnchorPoint ScaleY="0.5000" /> |
59 | <Position X="83.8237" Y="37.9928" /> | 59 | <Position X="48.8212" Y="41.9946" /> |
60 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 60 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
61 | <CColor A="255" R="246" G="121" B="19" /> | 61 | <CColor A="255" R="246" G="121" B="19" /> |
62 | <PrePosition X="0.4657" Y="0.5066" /> | 62 | <PrePosition X="0.4694" Y="0.4516" /> |
63 | <PreSize X="0.5556" Y="0.6667" /> | 63 | <PreSize X="0.9615" Y="0.5376" /> |
64 | <OutlineColor A="255" R="255" G="0" B="0" /> | 64 | <OutlineColor A="255" R="255" G="0" B="0" /> |
65 | <ShadowColor A="255" R="110" G="110" B="110" /> | 65 | <ShadowColor A="255" R="110" G="110" B="110" /> |
66 | </AbstractNodeData> | 66 | </AbstractNodeData> |
... | @@ -70,8 +70,8 @@ | ... | @@ -70,8 +70,8 @@ |
70 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 70 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
71 | <CColor A="255" R="255" G="255" B="255" /> | 71 | <CColor A="255" R="255" G="255" B="255" /> |
72 | <PrePosition X="0.0000" Y="0.9581" /> | 72 | <PrePosition X="0.0000" Y="0.9581" /> |
73 | <PreSize X="1.5000" Y="0.6250" /> | 73 | <PreSize X="0.8667" Y="0.7750" /> |
74 | <FileData Type="Normal" Path="ui/xyx/bg_xyx_vip_jia.png" Plist="" /> | 74 | <FileData Type="Normal" Path="ui/xyx/bg_clear_vip_20.png" Plist="" /> |
75 | <BlendFunc Src="1" Dst="771" /> | 75 | <BlendFunc Src="1" Dst="771" /> |
76 | </AbstractNodeData> | 76 | </AbstractNodeData> |
77 | </Children> | 77 | </Children> | ... | ... |
This diff is collapsed.
Click to expand it.
1 | <UserData Version="3.10.0.0"> | 1 | <UserData Version="3.10.0.0"> |
2 | <Properties> | 2 | <Properties> |
3 | <Item Key="GuidesList"> | 3 | <Item Key="GuidesList"> |
4 | <Value ctype="GuidesData" /> | 4 | <Value ctype="GuidesData"> |
5 | <HorizontalList> | ||
6 | <Guides Direction="Horizontal" Position="232.7070" /> | ||
7 | <Guides Direction="Horizontal" Position="643.3945" /> | ||
8 | </HorizontalList> | ||
9 | <VerticalList> | ||
10 | <Guides Position="648.4615" /> | ||
11 | </VerticalList> | ||
12 | </Value> | ||
5 | </Item> | 13 | </Item> |
6 | </Properties> | 14 | </Properties> |
7 | </UserData> | 15 | </UserData> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |

11.1 KB

912 Bytes

4.67 KB

6.83 KB

6.85 KB

5.77 KB

5.71 KB

5.92 KB

5.83 KB

12.8 KB

9.99 KB

3.05 KB

5.39 KB

2.8 KB

2.78 KB

12.6 KB

3.59 KB

3.59 KB
... | @@ -512,6 +512,7 @@ | ... | @@ -512,6 +512,7 @@ |
512 | <Image Name="bg_item_tab_qz_2.png" /> | 512 | <Image Name="bg_item_tab_qz_2.png" /> |
513 | <Image Name="btn_arrow_1.png" /> | 513 | <Image Name="btn_arrow_1.png" /> |
514 | <Image Name="btn_arrow_2.png" /> | 514 | <Image Name="btn_arrow_2.png" /> |
515 | <Image Name="btn_arrwo.png" /> | ||
515 | <Image Name="btn_back_1.png" /> | 516 | <Image Name="btn_back_1.png" /> |
516 | <Image Name="btn_back_2.png" /> | 517 | <Image Name="btn_back_2.png" /> |
517 | <Image Name="decorate_use_tips.png" /> | 518 | <Image Name="decorate_use_tips.png" /> |
... | @@ -931,6 +932,24 @@ | ... | @@ -931,6 +932,24 @@ |
931 | <Image Name="yiwancheng.png" /> | 932 | <Image Name="yiwancheng.png" /> |
932 | </Folder> | 933 | </Folder> |
933 | <Folder Name="xyx"> | 934 | <Folder Name="xyx"> |
935 | <Image Name="bg_clear_1.png" /> | ||
936 | <Image Name="bg_clear_10.png" /> | ||
937 | <Image Name="bg_clear_11.png" /> | ||
938 | <Image Name="bg_clear_12.png" /> | ||
939 | <Image Name="bg_clear_13.png" /> | ||
940 | <Image Name="bg_clear_14.png" /> | ||
941 | <Image Name="bg_clear_15.png" /> | ||
942 | <Image Name="bg_clear_16.png" /> | ||
943 | <Image Name="bg_clear_17.png" /> | ||
944 | <Image Name="bg_clear_2.png" /> | ||
945 | <Image Name="bg_clear_3.png" /> | ||
946 | <Image Name="bg_clear_4.png" /> | ||
947 | <Image Name="bg_clear_5.png" /> | ||
948 | <Image Name="bg_clear_6.png" /> | ||
949 | <Image Name="bg_clear_7.png" /> | ||
950 | <Image Name="bg_clear_8.png" /> | ||
951 | <Image Name="bg_clear_9.png" /> | ||
952 | <Image Name="bg_clear_vip_20.png" /> | ||
934 | <Image Name="bg_xyx.png" /> | 953 | <Image Name="bg_xyx.png" /> |
935 | <Image Name="bg_xyx_buy.png" /> | 954 | <Image Name="bg_xyx_buy.png" /> |
936 | <Image Name="bg_xyx_head.png" /> | 955 | <Image Name="bg_xyx_head.png" /> | ... | ... |
... | @@ -28,14 +28,5 @@ | ... | @@ -28,14 +28,5 @@ |
28 | <LastRunType Value="Windows" /> | 28 | <LastRunType Value="Windows" /> |
29 | </Value> | 29 | </Value> |
30 | </Item> | 30 | </Item> |
31 | <Item Key="TabsParamsKey"> | ||
32 | <Value ctype="TabsInfo"> | ||
33 | <OpenedDocuments> | ||
34 | <FilePathData Path="ui/friend/FriendSearchLayer.csd" /> | ||
35 | <FilePathData Path="ui/xyx/XyxRewardLayer.csd" /> | ||
36 | </OpenedDocuments> | ||
37 | <ActiveDocument Path="ui/xyx/XyxRewardLayer.csd" /> | ||
38 | </Value> | ||
39 | </Item> | ||
40 | </Properties> | 31 | </Properties> |
41 | </UserData> | 32 | </UserData> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment