0510
Showing
35 changed files
with
84 additions
and
89 deletions
... | @@ -320,7 +320,7 @@ | ... | @@ -320,7 +320,7 @@ |
320 | <lv id="9" ack="2" def="12" ai="90" /> | 320 | <lv id="9" ack="2" def="12" ai="90" /> |
321 | <lv id="10" ack="2" def="12" ai="95" /> | 321 | <lv id="10" ack="2" def="12" ai="95" /> |
322 | </pet> | 322 | </pet> |
323 | <pet id="10026" name="小丑鱼" attr="1" star="3" skillid="4004" eff="1" animationTime="0" animationID="1004" scale="1" des="小丑鱼,因为脸上都有一条或两条白色条纹,好似京剧中的丑角而得名,是一种热带咸水鱼。小丑鱼与海葵有着密不可分的共生关系,因此又称海葵鱼。栖息于珊瑚礁与岩礁。" py="xiǎo chǒu yú "> | 323 | <pet id="10026" name="小丑鱼" attr="1" star="3" skillid="4003" eff="1" animationTime="0" animationID="1004" scale="1" des="小丑鱼,因为脸上都有一条或两条白色条纹,好似京剧中的丑角而得名,是一种热带咸水鱼。小丑鱼与海葵有着密不可分的共生关系,因此又称海葵鱼。栖息于珊瑚礁与岩礁。" py="xiǎo chǒu yú "> |
324 | <lv id="1" ack="2" def="10" ai="10" /> | 324 | <lv id="1" ack="2" def="10" ai="10" /> |
325 | <lv id="2" ack="2" def="10" ai="20" /> | 325 | <lv id="2" ack="2" def="10" ai="20" /> |
326 | <lv id="3" ack="2" def="10" ai="30" /> | 326 | <lv id="3" ack="2" def="10" ai="30" /> |
... | @@ -1244,7 +1244,7 @@ | ... | @@ -1244,7 +1244,7 @@ |
1244 | <lv id="9" ack="5" def="16" ai="90" /> | 1244 | <lv id="9" ack="5" def="16" ai="90" /> |
1245 | <lv id="10" ack="5" def="16" ai="95" /> | 1245 | <lv id="10" ack="5" def="16" ai="95" /> |
1246 | </pet> | 1246 | </pet> |
1247 | <pet id="20045" name="大熊猫" attr="2" star="3" py="dà xióng māo" skillid="4004" eff="1" animationTime="0" animationID="1005" scale="1.1" des="大熊猫,在地球上生存了800万年,被誉为“活化石”和“中国国宝”,是中国特有物种。靠吃竹子为生,食物营养低劣,不能有过多的能量贮存。为了保存能量,必须控制能量消耗过大的活动,行动缓慢。视觉极不发达。"> | 1247 | <pet id="20045" name="大熊猫" attr="2" star="3" py="dà xióng māo" skillid="4003" eff="1" animationTime="0" animationID="1005" scale="1.1" des="大熊猫,在地球上生存了800万年,被誉为“活化石”和“中国国宝”,是中国特有物种。靠吃竹子为生,食物营养低劣,不能有过多的能量贮存。为了保存能量,必须控制能量消耗过大的活动,行动缓慢。视觉极不发达。"> |
1248 | <lv id="1" ack="2" def="10" ai="10" /> | 1248 | <lv id="1" ack="2" def="10" ai="10" /> |
1249 | <lv id="2" ack="2" def="10" ai="20" /> | 1249 | <lv id="2" ack="2" def="10" ai="20" /> |
1250 | <lv id="3" ack="2" def="10" ai="30" /> | 1250 | <lv id="3" ack="2" def="10" ai="30" /> | ... | ... |
client/xhx/client/res/bg/bg_loading.jpg
0 → 100644

137 KB
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
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
... | @@ -168,7 +168,7 @@ function PetInfo.get_pet_list_by_kind(attr) | ... | @@ -168,7 +168,7 @@ function PetInfo.get_pet_list_by_kind(attr) |
168 | return list; | 168 | return list; |
169 | end | 169 | end |
170 | 170 | ||
171 | -- 获取该品质钥匙需要对应宠物的数量 | 171 | -- 获取该品质钥匙需要对应宠物的数量(TODO:已经改为换一个水晶对应各品质宠物需要多少个才能换 _jinwawa) |
172 | function PetInfo.get_key_need_pet_cnt(star) | 172 | function PetInfo.get_key_need_pet_cnt(star) |
173 | return star_key_map[star].petCnt; | 173 | return star_key_map[star].petCnt; |
174 | end | 174 | end | ... | ... |
... | @@ -46,7 +46,7 @@ function ChenghaoView:update() | ... | @@ -46,7 +46,7 @@ function ChenghaoView:update() |
46 | for i=0,#self.list-1 do | 46 | for i=0,#self.list-1 do |
47 | local info = self.list[i+1]; | 47 | local info = self.list[i+1]; |
48 | local item = cc.CSLoader:createNode("ui/chenghao/ChenghaoItem.csb"); | 48 | local item = cc.CSLoader:createNode("ui/chenghao/ChenghaoItem.csb"); |
49 | item:setPosition(cc.p(30,_y - (i+1)*100)); | 49 | item:setPosition(cc.p(40,_y - (i+1)*100)); |
50 | self.scrollView:addChild(item); | 50 | self.scrollView:addChild(item); |
51 | 51 | ||
52 | item.is_item = true; | 52 | item.is_item = true; | ... | ... |
... | @@ -79,7 +79,8 @@ function PetFightView:update() | ... | @@ -79,7 +79,8 @@ function PetFightView:update() |
79 | cnt = pet_data.cnt; | 79 | cnt = pet_data.cnt; |
80 | end | 80 | end |
81 | local lv_info = PetInfo.get_lv_by_exp(pet_info.id,exp); | 81 | local lv_info = PetInfo.get_lv_by_exp(pet_info.id,exp); |
82 | if exp >= PetInfo.get_max_exp(pet_info.id) then | 82 | logD(exp.."PetFightView------------>"..PetInfo.get_max_exp(pet_info.id)); |
83 | if exp < PetInfo.get_max_exp(pet_info.id) then | ||
83 | item:getChildByName("pet_lv"):getChildByName("txt"):setString("Lv."..lv_info.lv); | 84 | item:getChildByName("pet_lv"):getChildByName("txt"):setString("Lv."..lv_info.lv); |
84 | else | 85 | else |
85 | item:getChildByName("pet_lv"):getChildByName("txt"):setString("MAX"); | 86 | item:getChildByName("pet_lv"):getChildByName("txt"):setString("MAX"); | ... | ... |
... | @@ -525,6 +525,7 @@ logD("RoleMainView:onKeypadRight(tab_to_tab)-------------------->>"); | ... | @@ -525,6 +525,7 @@ logD("RoleMainView:onKeypadRight(tab_to_tab)-------------------->>"); |
525 | elseif not self.selected_node.can_move_to_horizontal and not self.selected_node.is_tab and node.is_tab and not node.is_vertical_tab then | 525 | elseif not self.selected_node.can_move_to_horizontal and not self.selected_node.is_tab and node.is_tab and not node.is_vertical_tab then |
526 | -- 左右键不能从普通按钮切换的水平标签按钮 | 526 | -- 左右键不能从普通按钮切换的水平标签按钮 |
527 | else--]] | 527 | else--]] |
528 | --logD("onKeypadRight---------------->"); | ||
528 | local _p = node:getParent():convertToWorldSpace(cc.p(node:getPosition())); | 529 | local _p = node:getParent():convertToWorldSpace(cc.p(node:getPosition())); |
529 | _p = self:changeToCenterPoint(node, _p); | 530 | _p = self:changeToCenterPoint(node, _p); |
530 | if _p.x > curPos.x + self.range_value then | 531 | if _p.x > curPos.x + self.range_value then | ... | ... |
... | @@ -49,13 +49,13 @@ function RolePetSellView:init() | ... | @@ -49,13 +49,13 @@ function RolePetSellView:init() |
49 | 49 | ||
50 | local star_cnt_map = {}; | 50 | local star_cnt_map = {}; |
51 | for i,v in ipairs(pets_list) do | 51 | for i,v in ipairs(pets_list) do |
52 | local star = PetInfo.get_pet_info(v.id).star; | 52 | local star = PetInfo.get_pet_info(v.id).star; --宠物星级 |
53 | local need_cnt = PetInfo.get_key_need_pet_cnt(star); | 53 | local need_cnt = PetInfo.get_key_need_pet_cnt(star); -- 获取水晶需要对应品质宠物的数量 |
54 | if not star_cnt_map[star] then | 54 | if not star_cnt_map[star] then |
55 | star_cnt_map[star] = {star=star,key_cnt=0,pet_cnt=0}; | 55 | star_cnt_map[star] = {star=star,key_cnt=0,pet_cnt=0}; |
56 | end | 56 | end |
57 | 57 | ||
58 | local can_sell_cnt = star_cnt_map[star].pet_cnt + v.cnt - 1; | 58 | local can_sell_cnt = star_cnt_map[star].pet_cnt + v.cnt - 1; --可以卖出的宠物 |
59 | local sell_left_cnt = can_sell_cnt%need_cnt; | 59 | local sell_left_cnt = can_sell_cnt%need_cnt; |
60 | local sell_key_cnt = math.floor(can_sell_cnt/need_cnt); | 60 | local sell_key_cnt = math.floor(can_sell_cnt/need_cnt); |
61 | if sell_key_cnt > 0 then | 61 | if sell_key_cnt > 0 then |
... | @@ -79,9 +79,9 @@ function RolePetSellView:init() | ... | @@ -79,9 +79,9 @@ function RolePetSellView:init() |
79 | if info and info.key_cnt > 0 then | 79 | if info and info.key_cnt > 0 then |
80 | local need_cnt = PetInfo.get_key_need_pet_cnt(info.star); | 80 | local need_cnt = PetInfo.get_key_need_pet_cnt(info.star); |
81 | local star_info = PetInfo.get_star_info(info.star) | 81 | local star_info = PetInfo.get_star_info(info.star) |
82 | self.panel:getChildByName("item_"..i):getChildByName("txt_1"):setString("出售"..star_info.name.."品质的宠物×"..info.key_cnt*need_cnt.."只,获得银钥匙"); | 82 | self.panel:getChildByName("item_"..i):getChildByName("txt_1"):setString("出售"..star_info.name.."品质的宠物×"..info.key_cnt*need_cnt.."只,获得技能水晶"..star_info.name); |
83 | self.panel:getChildByName("item_"..i):getChildByName("txt_2"):setString("×"..info.key_cnt); | 83 | self.panel:getChildByName("item_"..i):getChildByName("txt_2"):setString("×"..info.key_cnt); |
84 | local key_id = (200000+info.star); | 84 | local key_id = (300000+info.star); |
85 | self.panel:getChildByName("item_"..i):getChildByName("icon"):setSpriteFrame(cc.Sprite:create("res/icon/"..key_id..".png"):getSpriteFrame()); | 85 | self.panel:getChildByName("item_"..i):getChildByName("icon"):setSpriteFrame(cc.Sprite:create("res/icon/"..key_id..".png"):getSpriteFrame()); |
86 | self.is_no_pet_sell = false; | 86 | self.is_no_pet_sell = false; |
87 | else | 87 | else | ... | ... |
... | @@ -16,7 +16,7 @@ function RolePetView:init(_nodes,_update_nodes_func) | ... | @@ -16,7 +16,7 @@ function RolePetView:init(_nodes,_update_nodes_func) |
16 | local new_nodes = {}; | 16 | local new_nodes = {}; |
17 | self.nodes[#self.nodes+1] = new_nodes; | 17 | self.nodes[#self.nodes+1] = new_nodes; |
18 | for i=1,3 do | 18 | for i=1,3 do |
19 | local tab = self:getChildByName("tab_kind_"..i); | 19 | local tab = self:getChildByName("tab_kind_"..i):getChildByName("btn"); |
20 | tab:setSwallowTouches(false); | 20 | tab:setSwallowTouches(false); |
21 | tab.is_tab = true; | 21 | tab.is_tab = true; |
22 | tab:setTag(i); | 22 | tab:setTag(i); |
... | @@ -93,13 +93,13 @@ end | ... | @@ -93,13 +93,13 @@ end |
93 | 93 | ||
94 | function RolePetView:updateTabState() | 94 | function RolePetView:updateTabState() |
95 | for i=1,3 do | 95 | for i=1,3 do |
96 | local tab = self:getChildByName("tab_kind_"..i); | 96 | local tab = self:getChildByName("tab_kind_"..i):getChildByName("btn"); |
97 | local select = tab:getChildByName("select"); | 97 | local select = self:getChildByName("tab_kind_"..i):getChildByName("select"); |
98 | if i == _index then | 98 | if i == _index then |
99 | tab.is_selected = true; | 99 | tab.is_selected = true; |
100 | select:setVisible(true); | 100 | select:setVisible(true); |
101 | self:update(); | 101 | self:update(); |
102 | tab:setLocalZOrder(10); | 102 | --tab:setLocalZOrder(10); |
103 | else | 103 | else |
104 | tab.is_selected = false; | 104 | tab.is_selected = false; |
105 | select:setVisible(false); | 105 | select:setVisible(false); | ... | ... |
No preview for this file type

137 KB

292 KB
... | @@ -52,13 +52,13 @@ | ... | @@ -52,13 +52,13 @@ |
52 | <AbstractNodeData Name="panel_scroll" ActionTag="-777621122" Tag="4454" IconVisible="False" LeftMargin="-117.0000" RightMargin="847.0000" TopMargin="29.0000" BottomMargin="11.0000" ClipAble="True" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | 52 | <AbstractNodeData Name="panel_scroll" ActionTag="-777621122" Tag="4454" IconVisible="False" LeftMargin="-117.0000" RightMargin="847.0000" TopMargin="29.0000" BottomMargin="11.0000" ClipAble="True" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> |
53 | <Size X="320.0000" Y="480.0000" /> | 53 | <Size X="320.0000" Y="480.0000" /> |
54 | <Children> | 54 | <Children> |
55 | <AbstractNodeData Name="scroll" ActionTag="-1677488121" Tag="4455" IconVisible="False" LeftMargin="44.9998" RightMargin="-44.9998" TopMargin="0.0006" BottomMargin="-0.0006" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | 55 | <AbstractNodeData Name="scroll" ActionTag="-1677488121" Tag="4455" IconVisible="False" LeftMargin="0.9998" RightMargin="-0.9998" TopMargin="0.0008" BottomMargin="-0.0008" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> |
56 | <Size X="320.0000" Y="480.0000" /> | 56 | <Size X="320.0000" Y="480.0000" /> |
57 | <AnchorPoint /> | 57 | <AnchorPoint /> |
58 | <Position X="44.9998" Y="-0.0006" /> | 58 | <Position X="0.9998" Y="-0.0008" /> |
59 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 59 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
60 | <CColor A="255" R="255" G="255" B="255" /> | 60 | <CColor A="255" R="255" G="255" B="255" /> |
61 | <PrePosition X="0.1406" Y="0.0000" /> | 61 | <PrePosition X="0.0031" Y="0.0000" /> |
62 | <PreSize X="1.0000" Y="1.0000" /> | 62 | <PreSize X="1.0000" Y="1.0000" /> |
63 | <SingleColor A="255" R="150" G="200" B="255" /> | 63 | <SingleColor A="255" R="150" G="200" B="255" /> |
64 | <FirstColor A="255" R="150" G="200" B="255" /> | 64 | <FirstColor A="255" R="150" G="200" B="255" /> | ... | ... |
... | @@ -6,15 +6,15 @@ | ... | @@ -6,15 +6,15 @@ |
6 | <ObjectData Name="Scene" ctype="GameNodeObjectData"> | 6 | <ObjectData Name="Scene" ctype="GameNodeObjectData"> |
7 | <Size X="1280.0000" Y="720.0000" /> | 7 | <Size X="1280.0000" Y="720.0000" /> |
8 | <Children> | 8 | <Children> |
9 | <AbstractNodeData Name="bg" ActionTag="953446860" Tag="5" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="617.0000" RightMargin="617.0000" TopMargin="337.0000" BottomMargin="337.0000" ctype="SpriteObjectData"> | 9 | <AbstractNodeData Name="bg" ActionTag="953446860" Tag="5" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> |
10 | <Size X="1280.0000" Y="720.0000" /> | 10 | <Size X="1280.0000" Y="720.0000" /> |
11 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 11 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
12 | <Position X="640.0000" Y="360.0000" /> | 12 | <Position X="640.0000" Y="360.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.0359" Y="0.0639" /> | 16 | <PreSize X="1.0000" Y="1.0000" /> |
17 | <FileData Type="Normal" Path="bg/bg_loading.png" Plist="" /> | 17 | <FileData Type="Normal" Path="bg/bg_loading.jpg" Plist="" /> |
18 | <BlendFunc Src="770" Dst="771" /> | 18 | <BlendFunc Src="770" Dst="771" /> |
19 | </AbstractNodeData> | 19 | </AbstractNodeData> |
20 | <AbstractNodeData Name="txt_update_ver" ActionTag="1813049155" Tag="355" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="18.9440" RightMargin="1191.0560" TopMargin="680.9120" BottomMargin="19.0880" FontSize="20" LabelText="ver:1.0" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 20 | <AbstractNodeData Name="txt_update_ver" ActionTag="1813049155" Tag="355" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="18.9440" RightMargin="1191.0560" TopMargin="680.9120" BottomMargin="19.0880" FontSize="20" LabelText="ver:1.0" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
... | @@ -65,15 +65,14 @@ | ... | @@ -65,15 +65,14 @@ |
65 | <OutlineColor A="255" R="255" G="0" B="0" /> | 65 | <OutlineColor A="255" R="255" G="0" B="0" /> |
66 | <ShadowColor A="255" R="110" G="110" B="110" /> | 66 | <ShadowColor A="255" R="110" G="110" B="110" /> |
67 | </AbstractNodeData> | 67 | </AbstractNodeData> |
68 | <AbstractNodeData Name="txt" ActionTag="639322624" Tag="127" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="535.0000" RightMargin="535.0000" TopMargin="640.9000" BottomMargin="36.1000" FontSize="30" LabelText="正在载入资源..." OutlineSize="4" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 68 | <AbstractNodeData Name="txt" ActionTag="639322624" Tag="127" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="527.5000" RightMargin="527.5000" TopMargin="647.4000" BottomMargin="42.6000" FontSize="30" LabelText="正在载入资源..." OutlineSize="4" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
69 | <Size X="210.0000" Y="43.0000" /> | 69 | <Size X="225.0000" Y="30.0000" /> |
70 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 70 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
71 | <Position X="640.0000" Y="57.6000" /> | 71 | <Position X="640.0000" Y="57.6000" /> |
72 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 72 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
73 | <CColor A="255" R="242" G="123" B="27" /> | 73 | <CColor A="255" R="242" G="123" B="27" /> |
74 | <PrePosition X="0.5000" Y="0.0800" /> | 74 | <PrePosition X="0.5000" Y="0.0800" /> |
75 | <PreSize X="0.1641" Y="0.0597" /> | 75 | <PreSize X="0.1758" Y="0.0417" /> |
76 | <FontResource Type="Normal" Path="" Plist="" /> | ||
77 | <OutlineColor A="255" R="255" G="255" B="255" /> | 76 | <OutlineColor A="255" R="255" G="255" B="255" /> |
78 | <ShadowColor A="255" R="110" G="110" B="110" /> | 77 | <ShadowColor A="255" R="110" G="110" B="110" /> |
79 | </AbstractNodeData> | 78 | </AbstractNodeData> | ... | ... |
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | <CColor A="255" R="255" G="255" B="255" /> | 27 | <CColor A="255" R="255" G="255" B="255" /> |
28 | <PrePosition X="0.5000" Y="0.5000" /> | 28 | <PrePosition X="0.5000" Y="0.5000" /> |
29 | <PreSize X="0.0359" Y="0.0639" /> | 29 | <PreSize X="0.0359" Y="0.0639" /> |
30 | <FileData Type="Normal" Path="bg/bg_loading.png" Plist="" /> | 30 | <FileData Type="Normal" Path="bg/bg_loading.jpg" Plist="" /> |
31 | <BlendFunc Src="770" Dst="771" /> | 31 | <BlendFunc Src="770" Dst="771" /> |
32 | </AbstractNodeData> | 32 | </AbstractNodeData> |
33 | <AbstractNodeData Name="panel" ActionTag="-1040660810" Tag="20" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | 33 | <AbstractNodeData Name="panel" ActionTag="-1040660810" Tag="20" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | ... | ... |
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | <CColor A="255" R="255" G="255" B="255" /> | 27 | <CColor A="255" R="255" G="255" B="255" /> |
28 | <PrePosition X="0.5000" Y="0.5000" /> | 28 | <PrePosition X="0.5000" Y="0.5000" /> |
29 | <PreSize X="1.0000" Y="1.0000" /> | 29 | <PreSize X="1.0000" Y="1.0000" /> |
30 | <FileData Type="Normal" Path="bg/bg_loading.png" Plist="" /> | 30 | <FileData Type="Default" Path="Default/Sprite.png" Plist="" /> |
31 | <BlendFunc Src="770" Dst="771" /> | 31 | <BlendFunc Src="770" Dst="771" /> |
32 | </AbstractNodeData> | 32 | </AbstractNodeData> |
33 | <AbstractNodeData Name="panel" ActionTag="1310775727" Tag="118" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | 33 | <AbstractNodeData Name="panel" ActionTag="1310775727" Tag="118" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> | ... | ... |
... | @@ -45,77 +45,77 @@ | ... | @@ -45,77 +45,77 @@ |
45 | <FileData Type="Normal" Path="ui/achievement/item_achievement_get.png" Plist="" /> | 45 | <FileData Type="Normal" Path="ui/achievement/item_achievement_get.png" Plist="" /> |
46 | <BlendFunc Src="1" Dst="771" /> | 46 | <BlendFunc Src="1" Dst="771" /> |
47 | </AbstractNodeData> | 47 | </AbstractNodeData> |
48 | <AbstractNodeData Name="item_2" ActionTag="-1808911970" Tag="248" IconVisible="False" LeftMargin="230.4106" RightMargin="77.5894" TopMargin="371.2515" BottomMargin="90.7485" ctype="SpriteObjectData"> | 48 | <AbstractNodeData Name="item_2" ActionTag="-1808911970" Tag="248" IconVisible="False" LeftMargin="219.4105" RightMargin="86.5895" TopMargin="369.2515" BottomMargin="88.7485" ctype="SpriteObjectData"> |
49 | <Size X="120.0000" Y="120.0000" /> | 49 | <Size X="122.0000" Y="124.0000" /> |
50 | <Children> | 50 | <Children> |
51 | <AbstractNodeData Name="icon" ActionTag="-403988613" Tag="249" IconVisible="False" LeftMargin="22.1961" RightMargin="17.8039" TopMargin="20.5502" BottomMargin="19.4498" ctype="SpriteObjectData"> | 51 | <AbstractNodeData Name="icon" ActionTag="-403988613" Tag="249" IconVisible="False" LeftMargin="22.1961" RightMargin="-56.1961" TopMargin="-53.4498" BottomMargin="19.4498" ctype="SpriteObjectData"> |
52 | <Size X="80.0000" Y="80.0000" /> | 52 | <Size X="80.0000" Y="80.0000" /> |
53 | <AnchorPoint ScaleX="0.4494" ScaleY="0.5498" /> | 53 | <AnchorPoint ScaleX="0.4494" ScaleY="0.5498" /> |
54 | <Position X="58.1481" Y="63.4338" /> | 54 | <Position X="58.1481" Y="63.4338" /> |
55 | <Scale ScaleX="0.8000" ScaleY="0.8000" /> | 55 | <Scale ScaleX="0.8000" ScaleY="0.8000" /> |
56 | <CColor A="255" R="255" G="255" B="255" /> | 56 | <CColor A="255" R="255" G="255" B="255" /> |
57 | <PrePosition X="0.4846" Y="0.5286" /> | 57 | <PrePosition X="1.2641" Y="1.3790" /> |
58 | <PreSize X="0.6667" Y="0.6667" /> | 58 | <PreSize X="1.7391" Y="1.7391" /> |
59 | <FileData Type="Normal" Path="icon/100001.png" Plist="" /> | 59 | <FileData Type="Normal" Path="icon/100001.png" Plist="" /> |
60 | <BlendFunc Src="1" Dst="771" /> | 60 | <BlendFunc Src="1" Dst="771" /> |
61 | </AbstractNodeData> | 61 | </AbstractNodeData> |
62 | <AbstractNodeData Name="txt" ActionTag="2095579626" Tag="250" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="29.2520" RightMargin="10.7480" TopMargin="68.2260" BottomMargin="1.7740" IsCustomSize="True" FontSize="22" LabelText="x200" HorizontalAlignmentType="HT_Right" VerticalAlignmentType="VT_Center" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 62 | <AbstractNodeData Name="txt" ActionTag="2095579626" Tag="250" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="19.4183" RightMargin="22.5817" TopMargin="69.9325" BottomMargin="4.0675" IsCustomSize="True" FontSize="22" LabelText="x200" HorizontalAlignmentType="HT_Right" VerticalAlignmentType="VT_Center" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
63 | <Size X="80.0000" Y="50.0000" /> | 63 | <Size X="80.0000" Y="50.0000" /> |
64 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 64 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
65 | <Position X="69.2520" Y="26.7740" /> | 65 | <Position X="59.4183" Y="29.0675" /> |
66 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 66 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
67 | <CColor A="255" R="40" G="163" B="198" /> | 67 | <CColor A="255" R="255" G="255" B="255" /> |
68 | <PrePosition X="0.5771" Y="0.2231" /> | 68 | <PrePosition X="0.4870" Y="0.2344" /> |
69 | <PreSize X="0.6667" Y="0.4167" /> | 69 | <PreSize X="1.7391" Y="1.0870" /> |
70 | <OutlineColor A="255" R="255" G="255" B="255" /> | 70 | <OutlineColor A="255" R="255" G="255" B="255" /> |
71 | <ShadowColor A="255" R="110" G="110" B="110" /> | 71 | <ShadowColor A="255" R="110" G="110" B="110" /> |
72 | </AbstractNodeData> | 72 | </AbstractNodeData> |
73 | </Children> | 73 | </Children> |
74 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 74 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
75 | <Position X="290.4106" Y="150.7485" /> | 75 | <Position X="280.4105" Y="150.7485" /> |
76 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 76 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
77 | <CColor A="255" R="255" G="255" B="255" /> | 77 | <CColor A="255" R="255" G="255" B="255" /> |
78 | <PrePosition X="0.6785" Y="0.2590" /> | 78 | <PrePosition X="0.6552" Y="0.2590" /> |
79 | <PreSize X="0.2804" Y="0.2062" /> | 79 | <PreSize X="0.1075" Y="0.0790" /> |
80 | <FileData Type="Default" Path="Default/Sprite.png" Plist="" /> | 80 | <FileData Type="Normal" Path="common/bg_icon.png" Plist="" /> |
81 | <BlendFunc Src="1" Dst="771" /> | 81 | <BlendFunc Src="1" Dst="771" /> |
82 | </AbstractNodeData> | 82 | </AbstractNodeData> |
83 | <AbstractNodeData Name="item_1" ActionTag="-1172683141" Tag="251" IconVisible="False" LeftMargin="77.2436" RightMargin="230.7564" TopMargin="371.2515" BottomMargin="90.7485" ctype="SpriteObjectData"> | 83 | <AbstractNodeData Name="item_1" ActionTag="-1172683141" Tag="251" IconVisible="False" LeftMargin="91.2451" RightMargin="214.7549" TopMargin="371.2515" BottomMargin="86.7485" ctype="SpriteObjectData"> |
84 | <Size X="120.0000" Y="120.0000" /> | 84 | <Size X="122.0000" Y="124.0000" /> |
85 | <Children> | 85 | <Children> |
86 | <AbstractNodeData Name="icon" ActionTag="-550103559" Tag="252" IconVisible="False" LeftMargin="22.1961" RightMargin="17.8039" TopMargin="20.5502" BottomMargin="19.4498" ctype="SpriteObjectData"> | 86 | <AbstractNodeData Name="icon" ActionTag="-550103559" Tag="252" IconVisible="False" LeftMargin="22.1961" RightMargin="-56.1961" TopMargin="-53.4498" BottomMargin="19.4498" ctype="SpriteObjectData"> |
87 | <Size X="80.0000" Y="80.0000" /> | 87 | <Size X="80.0000" Y="80.0000" /> |
88 | <AnchorPoint ScaleX="0.4494" ScaleY="0.5498" /> | 88 | <AnchorPoint ScaleX="0.4494" ScaleY="0.5498" /> |
89 | <Position X="58.1481" Y="63.4338" /> | 89 | <Position X="58.1481" Y="63.4338" /> |
90 | <Scale ScaleX="0.8000" ScaleY="0.8000" /> | 90 | <Scale ScaleX="0.8000" ScaleY="0.8000" /> |
91 | <CColor A="255" R="255" G="255" B="255" /> | 91 | <CColor A="255" R="255" G="255" B="255" /> |
92 | <PrePosition X="0.4846" Y="0.5286" /> | 92 | <PrePosition X="1.2641" Y="1.3790" /> |
93 | <PreSize X="0.6667" Y="0.6667" /> | 93 | <PreSize X="1.7391" Y="1.7391" /> |
94 | <FileData Type="Normal" Path="icon/100001.png" Plist="" /> | 94 | <FileData Type="Normal" Path="icon/100001.png" Plist="" /> |
95 | <BlendFunc Src="1" Dst="771" /> | 95 | <BlendFunc Src="1" Dst="771" /> |
96 | </AbstractNodeData> | 96 | </AbstractNodeData> |
97 | <AbstractNodeData Name="txt" ActionTag="1322833304" Tag="253" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="29.2520" RightMargin="10.7480" TopMargin="68.2260" BottomMargin="1.7740" IsCustomSize="True" FontSize="22" LabelText="x200" HorizontalAlignmentType="HT_Right" VerticalAlignmentType="VT_Center" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 97 | <AbstractNodeData Name="txt" ActionTag="1322833304" Tag="253" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="21.2380" RightMargin="20.7620" TopMargin="70.7806" BottomMargin="3.2194" IsCustomSize="True" FontSize="22" LabelText="x200" HorizontalAlignmentType="HT_Right" VerticalAlignmentType="VT_Center" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
98 | <Size X="80.0000" Y="50.0000" /> | 98 | <Size X="80.0000" Y="50.0000" /> |
99 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 99 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
100 | <Position X="69.2520" Y="26.7740" /> | 100 | <Position X="61.2380" Y="28.2194" /> |
101 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 101 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
102 | <CColor A="255" R="40" G="163" B="198" /> | 102 | <CColor A="255" R="255" G="255" B="255" /> |
103 | <PrePosition X="0.5771" Y="0.2231" /> | 103 | <PrePosition X="0.5020" Y="0.2276" /> |
104 | <PreSize X="0.6667" Y="0.4167" /> | 104 | <PreSize X="1.7391" Y="1.0870" /> |
105 | <OutlineColor A="255" R="255" G="255" B="255" /> | 105 | <OutlineColor A="255" R="255" G="255" B="255" /> |
106 | <ShadowColor A="255" R="110" G="110" B="110" /> | 106 | <ShadowColor A="255" R="110" G="110" B="110" /> |
107 | </AbstractNodeData> | 107 | </AbstractNodeData> |
108 | </Children> | 108 | </Children> |
109 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 109 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
110 | <Position X="137.2436" Y="150.7485" /> | 110 | <Position X="152.2451" Y="148.7485" /> |
111 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 111 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
112 | <CColor A="255" R="255" G="255" B="255" /> | 112 | <CColor A="255" R="255" G="255" B="255" /> |
113 | <PrePosition X="0.3207" Y="0.2590" /> | 113 | <PrePosition X="0.3557" Y="0.2556" /> |
114 | <PreSize X="0.2804" Y="0.2062" /> | 114 | <PreSize X="0.1075" Y="0.0790" /> |
115 | <FileData Type="Default" Path="Default/Sprite.png" Plist="" /> | 115 | <FileData Type="Normal" Path="common/bg_icon.png" Plist="" /> |
116 | <BlendFunc Src="1" Dst="771" /> | 116 | <BlendFunc Src="1" Dst="771" /> |
117 | </AbstractNodeData> | 117 | </AbstractNodeData> |
118 | <AbstractNodeData Name="yilingqu" ActionTag="1457800972" Tag="247" IconVisible="False" LeftMargin="151.9785" RightMargin="160.0215" TopMargin="471.6927" BottomMargin="59.3072" ctype="SpriteObjectData"> | 118 | <AbstractNodeData Name="yilingqu" ActionTag="1457800972" Tag="247" IconVisible="False" LeftMargin="151.9785" RightMargin="160.0215" TopMargin="471.6928" BottomMargin="59.3072" ctype="SpriteObjectData"> |
119 | <Size X="116.0000" Y="51.0000" /> | 119 | <Size X="116.0000" Y="51.0000" /> |
120 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 120 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
121 | <Position X="209.9785" Y="84.8072" /> | 121 | <Position X="209.9785" Y="84.8072" /> | ... | ... |
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="280.9359" /> | ||
7 | </HorizontalList> | ||
8 | </Value> | ||
5 | </Item> | 9 | </Item> |
6 | </Properties> | 10 | </Properties> |
7 | </UserData> | 11 | </UserData> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | <EndColor A="255" R="255" G="255" B="255" /> | 19 | <EndColor A="255" R="255" G="255" B="255" /> |
20 | <ColorVector ScaleY="1.0000" /> | 20 | <ColorVector ScaleY="1.0000" /> |
21 | </AbstractNodeData> | 21 | </AbstractNodeData> |
22 | <AbstractNodeData Name="btn_close" ActionTag="-756877439" Tag="1622" IconVisible="False" LeftMargin="53.2438" RightMargin="1148.7561" TopMargin="36.8653" BottomMargin="605.1347" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="48" Scale9Height="56" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> | 22 | <AbstractNodeData Name="btn_close" ActionTag="-756877439" Tag="1622" IconVisible="False" LeftMargin="53.2438" RightMargin="1148.7562" TopMargin="36.8653" BottomMargin="605.1347" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="48" Scale9Height="56" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> |
23 | <Size X="78.0000" Y="78.0000" /> | 23 | <Size X="78.0000" Y="78.0000" /> |
24 | <Children> | 24 | <Children> |
25 | <AbstractNodeData Name="selected" ActionTag="1414734588" VisibleForFrame="False" Tag="351" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> | 25 | <AbstractNodeData Name="selected" ActionTag="1414734588" VisibleForFrame="False" Tag="351" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> |
... | @@ -50,10 +50,10 @@ | ... | @@ -50,10 +50,10 @@ |
50 | <AbstractNodeData Name="panel" ActionTag="128256003" Tag="228" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="284.0000" RightMargin="284.0000" TopMargin="70.5000" BottomMargin="70.5000" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" LeftEage="420" RightEage="420" TopEage="235" BottomEage="235" Scale9OriginX="-420" Scale9OriginY="-235" Scale9Width="840" Scale9Height="470" ctype="PanelObjectData"> | 50 | <AbstractNodeData Name="panel" ActionTag="128256003" Tag="228" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="284.0000" RightMargin="284.0000" TopMargin="70.5000" BottomMargin="70.5000" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" LeftEage="420" RightEage="420" TopEage="235" BottomEage="235" Scale9OriginX="-420" Scale9OriginY="-235" Scale9Width="840" Scale9Height="470" ctype="PanelObjectData"> |
51 | <Size X="712.0000" Y="579.0000" /> | 51 | <Size X="712.0000" Y="579.0000" /> |
52 | <Children> | 52 | <Children> |
53 | <AbstractNodeData Name="bg" ActionTag="2102699127" Tag="144" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-203.5018" RightMargin="-203.4982" TopMargin="-38.9993" BottomMargin="-39.0007" ctype="SpriteObjectData"> | 53 | <AbstractNodeData Name="bg" ActionTag="2102699127" Tag="144" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-203.5000" RightMargin="-203.5000" TopMargin="-39.0000" BottomMargin="-39.0000" ctype="SpriteObjectData"> |
54 | <Size X="1119.0000" Y="657.0000" /> | 54 | <Size X="1119.0000" Y="657.0000" /> |
55 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 55 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
56 | <Position X="355.9982" Y="289.4993" /> | 56 | <Position X="356.0000" Y="289.5000" /> |
57 | <Scale ScaleX="0.5810" ScaleY="0.8719" /> | 57 | <Scale ScaleX="0.5810" ScaleY="0.8719" /> |
58 | <CColor A="255" R="255" G="255" B="255" /> | 58 | <CColor A="255" R="255" G="255" B="255" /> |
59 | <PrePosition X="0.5000" Y="0.5000" /> | 59 | <PrePosition X="0.5000" Y="0.5000" /> | ... | ... |
... | @@ -22,10 +22,10 @@ | ... | @@ -22,10 +22,10 @@ |
22 | <AbstractNodeData Name="panel" ActionTag="1582634118" Tag="99" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="319.0000" RightMargin="319.0000" TopMargin="133.0000" BottomMargin="133.0000" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" LeftEage="211" RightEage="211" TopEage="149" BottomEage="149" Scale9OriginX="211" Scale9OriginY="149" Scale9Width="250" Scale9Height="150" ctype="PanelObjectData"> | 22 | <AbstractNodeData Name="panel" ActionTag="1582634118" Tag="99" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="319.0000" RightMargin="319.0000" TopMargin="133.0000" BottomMargin="133.0000" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" LeftEage="211" RightEage="211" TopEage="149" BottomEage="149" Scale9OriginX="211" Scale9OriginY="149" Scale9Width="250" Scale9Height="150" ctype="PanelObjectData"> |
23 | <Size X="642.0000" Y="454.0000" /> | 23 | <Size X="642.0000" Y="454.0000" /> |
24 | <Children> | 24 | <Children> |
25 | <AbstractNodeData Name="bg_alert_title_1" ActionTag="1832463939" Tag="295" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="150.0001" RightMargin="149.9999" TopMargin="-25.8284" BottomMargin="385.8284" ctype="SpriteObjectData"> | 25 | <AbstractNodeData Name="bg_alert_title_1" ActionTag="1832463939" Tag="295" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="150.0000" RightMargin="150.0000" TopMargin="-25.8284" BottomMargin="385.8284" ctype="SpriteObjectData"> |
26 | <Size X="342.0000" Y="94.0000" /> | 26 | <Size X="342.0000" Y="94.0000" /> |
27 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 27 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
28 | <Position X="321.0001" Y="432.8284" /> | 28 | <Position X="321.0000" Y="432.8284" /> |
29 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 29 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
30 | <CColor A="255" R="255" G="255" B="255" /> | 30 | <CColor A="255" R="255" G="255" B="255" /> |
31 | <PrePosition X="0.5000" Y="0.9534" /> | 31 | <PrePosition X="0.5000" Y="0.9534" /> |
... | @@ -44,10 +44,10 @@ | ... | @@ -44,10 +44,10 @@ |
44 | <FileData Type="Normal" Path="common/title_tishi.png" Plist="" /> | 44 | <FileData Type="Normal" Path="common/title_tishi.png" Plist="" /> |
45 | <BlendFunc Src="1" Dst="771" /> | 45 | <BlendFunc Src="1" Dst="771" /> |
46 | </AbstractNodeData> | 46 | </AbstractNodeData> |
47 | <AbstractNodeData Name="btn_ok" ActionTag="-329577038" Tag="101" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="239.5799" RightMargin="240.4201" TopMargin="364.5053" BottomMargin="29.4947" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="132" Scale9Height="38" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> | 47 | <AbstractNodeData Name="btn_ok" ActionTag="-329577038" Tag="101" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="239.5506" RightMargin="240.4494" TopMargin="364.5053" BottomMargin="29.4947" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="132" Scale9Height="38" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> |
48 | <Size X="162.0000" Y="60.0000" /> | 48 | <Size X="162.0000" Y="60.0000" /> |
49 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 49 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
50 | <Position X="320.5799" Y="59.4947" /> | 50 | <Position X="320.5506" Y="59.4947" /> |
51 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 51 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
52 | <CColor A="255" R="255" G="255" B="255" /> | 52 | <CColor A="255" R="255" G="255" B="255" /> |
53 | <PrePosition X="0.4993" Y="0.1310" /> | 53 | <PrePosition X="0.4993" Y="0.1310" /> |
... | @@ -59,13 +59,13 @@ | ... | @@ -59,13 +59,13 @@ |
59 | <OutlineColor A="255" R="255" G="0" B="0" /> | 59 | <OutlineColor A="255" R="255" G="0" B="0" /> |
60 | <ShadowColor A="255" R="110" G="110" B="110" /> | 60 | <ShadowColor A="255" R="110" G="110" B="110" /> |
61 | </AbstractNodeData> | 61 | </AbstractNodeData> |
62 | <AbstractNodeData Name="txt_btn_ok" ActionTag="-1168520158" Tag="140" IconVisible="False" LeftMargin="286.9739" RightMargin="290.0261" TopMargin="378.6827" BottomMargin="49.3173" FontSize="26" LabelText="购 买" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> | 62 | <AbstractNodeData Name="txt_btn_ok" ActionTag="-1168520158" Tag="140" IconVisible="False" LeftMargin="287.7384" RightMargin="289.2616" TopMargin="378.6827" BottomMargin="49.3173" FontSize="26" LabelText="出 售" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> |
63 | <Size X="65.0000" Y="26.0000" /> | 63 | <Size X="65.0000" Y="26.0000" /> |
64 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> | 64 | <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> |
65 | <Position X="319.4739" Y="62.3173" /> | 65 | <Position X="320.2384" Y="62.3173" /> |
66 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 66 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
67 | <CColor A="255" R="0" G="128" B="0" /> | 67 | <CColor A="255" R="0" G="128" B="0" /> |
68 | <PrePosition X="0.4976" Y="0.1373" /> | 68 | <PrePosition X="0.4988" Y="0.1373" /> |
69 | <PreSize X="0.1012" Y="0.0573" /> | 69 | <PreSize X="0.1012" Y="0.0573" /> |
70 | <OutlineColor A="255" R="255" G="0" B="0" /> | 70 | <OutlineColor A="255" R="255" G="0" B="0" /> |
71 | <ShadowColor A="255" R="110" G="110" B="110" /> | 71 | <ShadowColor A="255" R="110" G="110" B="110" /> |
... | @@ -100,7 +100,7 @@ | ... | @@ -100,7 +100,7 @@ |
100 | <PreSize X="0.9346" Y="0.1101" /> | 100 | <PreSize X="0.9346" Y="0.1101" /> |
101 | <FileData Type="Normal" Path="ui/dress/PetSellItem.csd" Plist="" /> | 101 | <FileData Type="Normal" Path="ui/dress/PetSellItem.csd" Plist="" /> |
102 | </AbstractNodeData> | 102 | </AbstractNodeData> |
103 | <AbstractNodeData Name="item_4" ActionTag="1331903113" Tag="125" IconVisible="True" LeftMargin="20.7579" RightMargin="21.2421" TopMargin="196.5909" BottomMargin="207.4090" StretchWidthEnable="False" StretchHeightEnable="False" InnerActionSpeed="1.0000" CustomSizeEnabled="False" ctype="ProjectNodeObjectData"> | 103 | <AbstractNodeData Name="item_4" ActionTag="1331903113" Tag="125" IconVisible="True" LeftMargin="20.7579" RightMargin="21.2421" TopMargin="196.5910" BottomMargin="207.4090" StretchWidthEnable="False" StretchHeightEnable="False" InnerActionSpeed="1.0000" CustomSizeEnabled="False" ctype="ProjectNodeObjectData"> |
104 | <Size X="600.0000" Y="50.0000" /> | 104 | <Size X="600.0000" Y="50.0000" /> |
105 | <AnchorPoint /> | 105 | <AnchorPoint /> |
106 | <Position X="20.7579" Y="207.4090" /> | 106 | <Position X="20.7579" Y="207.4090" /> | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | <Item Key="GuidesList"> | 3 | <Item Key="GuidesList"> |
4 | <Value ctype="GuidesData"> | 4 | <Value ctype="GuidesData"> |
5 | <HorizontalList> | 5 | <HorizontalList> |
6 | <Guides Direction="Horizontal" Position="456.8917" /> | 6 | <Guides Direction="Horizontal" Position="461.5961" /> |
7 | </HorizontalList> | 7 | </HorizontalList> |
8 | <VerticalList> | 8 | <VerticalList> |
9 | <Guides Position="-10.4046" /> | 9 | <Guides Position="-10.4046" /> | ... | ... |
... | @@ -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" ctype="SpriteObjectData"> | 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"> |
10 | <Size X="120.0000" Y="120.0000" /> | 10 | <Size X="122.0000" Y="124.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="1.0000" Y="1.0000" /> | 16 | <PreSize X="0.3833" Y="0.3833" /> |
17 | <FileData Type="Default" Path="Default/Sprite.png" Plist="" /> | 17 | <FileData Type="Normal" Path="common/bg_icon.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"> |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 46 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
47 | <CColor A="255" R="255" G="255" B="255" /> | 47 | <CColor A="255" R="255" G="255" B="255" /> |
48 | <PrePosition X="0.1417" Y="0.9165" /> | 48 | <PrePosition X="0.1417" Y="0.9165" /> |
49 | <PreSize X="1.5000" Y="0.6250" /> | 49 | <PreSize X="0.9667" Y="0.5500" /> |
50 | <FileData Type="Normal" Path="ui/xyx/bg_xyx_pk_vip_jia.png" Plist="" /> | 50 | <FileData Type="Normal" Path="ui/xyx/bg_xyx_pk_vip_jia.png" Plist="" /> |
51 | <BlendFunc Src="1" Dst="771" /> | 51 | <BlendFunc Src="1" Dst="771" /> |
52 | </AbstractNodeData> | 52 | </AbstractNodeData> | ... | ... |
... | @@ -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="-2.0000" RightMargin="-2.0000" TopMargin="-2.0000" BottomMargin="-2.0000" ctype="SpriteObjectData"> | 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"> |
10 | <Size X="120.0000" Y="120.0000" /> | 10 | <Size X="122.0000" Y="124.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="1.0333" Y="1.0333" /> | 16 | <PreSize X="0.3833" Y="0.3833" /> |
17 | <FileData Type="Default" Path="Default/Sprite.png" Plist="" /> | 17 | <FileData Type="Normal" Path="common/bg_icon.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"> |
... | @@ -50,7 +50,6 @@ | ... | @@ -50,7 +50,6 @@ |
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.0900" Y="0.3589" /> |
52 | <PreSize X="0.4444" Y="0.6667" /> | 52 | <PreSize X="0.4444" Y="0.6667" /> |
53 | <FontResource Type="Normal" Path="" Plist="" /> | ||
54 | <OutlineColor A="255" R="255" G="0" B="0" /> | 53 | <OutlineColor A="255" R="255" G="0" B="0" /> |
55 | <ShadowColor A="255" R="110" G="110" B="110" /> | 54 | <ShadowColor A="255" R="110" G="110" B="110" /> |
56 | </AbstractNodeData> | 55 | </AbstractNodeData> |
... | @@ -62,7 +61,6 @@ | ... | @@ -62,7 +61,6 @@ |
62 | <CColor A="255" R="246" G="121" B="19" /> | 61 | <CColor A="255" R="246" G="121" B="19" /> |
63 | <PrePosition X="0.4657" Y="0.5066" /> | 62 | <PrePosition X="0.4657" Y="0.5066" /> |
64 | <PreSize X="0.5556" Y="0.6667" /> | 63 | <PreSize X="0.5556" Y="0.6667" /> |
65 | <FontResource Type="Normal" Path="" Plist="" /> | ||
66 | <OutlineColor A="255" R="255" G="0" B="0" /> | 64 | <OutlineColor A="255" R="255" G="0" B="0" /> |
67 | <ShadowColor A="255" R="110" G="110" B="110" /> | 65 | <ShadowColor A="255" R="110" G="110" B="110" /> |
68 | </AbstractNodeData> | 66 | </AbstractNodeData> |
... | @@ -71,7 +69,7 @@ | ... | @@ -71,7 +69,7 @@ |
71 | <Position X="0.0005" Y="114.9741" /> | 69 | <Position X="0.0005" Y="114.9741" /> |
72 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> | 70 | <Scale ScaleX="1.0000" ScaleY="1.0000" /> |
73 | <CColor A="255" R="255" G="255" B="255" /> | 71 | <CColor A="255" R="255" G="255" B="255" /> |
74 | <PrePosition Y="0.9581" /> | 72 | <PrePosition X="0.0000" Y="0.9581" /> |
75 | <PreSize X="1.5000" Y="0.6250" /> | 73 | <PreSize X="1.5000" Y="0.6250" /> |
76 | <FileData Type="Normal" Path="ui/xyx/bg_xyx_vip_jia.png" Plist="" /> | 74 | <FileData Type="Normal" Path="ui/xyx/bg_xyx_vip_jia.png" Plist="" /> |
77 | <BlendFunc Src="1" Dst="771" /> | 75 | <BlendFunc Src="1" Dst="771" /> | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <Image Name="bg_exit_1.png" /> | 10 | <Image Name="bg_exit_1.png" /> |
11 | <Image Name="bg_exit_2.png" /> | 11 | <Image Name="bg_exit_2.png" /> |
12 | <Image Name="bg_exit_pop.png" /> | 12 | <Image Name="bg_exit_pop.png" /> |
13 | <Image Name="bg_loading.png" /> | 13 | <Image Name="bg_loading.jpg" /> |
14 | </Folder> | 14 | </Folder> |
15 | <Folder Name="common"> | 15 | <Folder Name="common"> |
16 | <Image Name="bg_app_mini.png" /> | 16 | <Image Name="bg_app_mini.png" /> | ... | ... |
... | @@ -28,13 +28,5 @@ | ... | @@ -28,13 +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/achievement/AchievementLayer.csd" /> | ||
35 | </OpenedDocuments> | ||
36 | <ActiveDocument Path="ui/achievement/AchievementLayer.csd" /> | ||
37 | </Value> | ||
38 | </Item> | ||
39 | </Properties> | 31 | </Properties> |
40 | </UserData> | 32 | </UserData> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment