Commit d2bd6394 d2bd63943686ebf483894488767761ebf2fa19e4 by jinwawa

0513

1 parent 50f2e36f
Showing 37 changed files with 248 additions and 207 deletions
This diff could not be displayed because it is too large.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VSPerformanceSession Version="1.00">
3 <Options>
4 <Solution>xhx.sln</Solution>
5 <CollectionMethod>Sampling</CollectionMethod>
6 <AllocationMethod>None</AllocationMethod>
7 <AddReport>true</AddReport>
8 <ResourceBasedAnalysisSelected>true</ResourceBasedAnalysisSelected>
9 <UniqueReport>Timestamp</UniqueReport>
10 <SamplingMethod>Cycles</SamplingMethod>
11 <CycleCount>10000000</CycleCount>
12 <PageFaultCount>10</PageFaultCount>
13 <SysCallCount>10</SysCallCount>
14 <SamplingCounter Name="" ReloadValue="00000000000f4240" DisplayName="" />
15 <RelocateBinaries>false</RelocateBinaries>
16 <HardwareCounters EnableHWCounters="false" />
17 <EtwSettings />
18 <PdhSettings>
19 <PdhCountersEnabled>false</PdhCountersEnabled>
20 <PdhCountersRate>500</PdhCountersRate>
21 <PdhCounters>
22 <PdhCounter>\Memory\Pages/sec</PdhCounter>
23 <PdhCounter>\PhysicalDisk(_Total)\Avg. Disk Queue Length</PdhCounter>
24 <PdhCounter>\Processor(_Total)\% Processor Time</PdhCounter>
25 </PdhCounters>
26 </PdhSettings>
27 </Options>
28 <ExcludeSmallFuncs>true</ExcludeSmallFuncs>
29 <InteractionProfilingEnabled>false</InteractionProfilingEnabled>
30 <JScriptProfilingEnabled>false</JScriptProfilingEnabled>
31 <PreinstrumentEvent>
32 <InstrEventExclude>false</InstrEventExclude>
33 </PreinstrumentEvent>
34 <PostinstrumentEvent>
35 <InstrEventExclude>false</InstrEventExclude>
36 </PostinstrumentEvent>
37 <Binaries>
38 <Binary>
39 <Path>..\..\runtime\win32\GuandanAndroid.exe</Path>
40 <ArgumentTimestamp>01/01/0001 00:00:00</ArgumentTimestamp>
41 <Instrument>true</Instrument>
42 <Sample>true</Sample>
43 <ExternalWebsite>false</ExternalWebsite>
44 <InteractionProfilingEnabled>false</InteractionProfilingEnabled>
45 <IsLocalJavascript>false</IsLocalJavascript>
46 <IsWindowsStoreApp>false</IsWindowsStoreApp>
47 <IsWWA>false</IsWWA>
48 <LaunchProject>true</LaunchProject>
49 <OverrideProjectSettings>false</OverrideProjectSettings>
50 <LaunchMethod>Executable</LaunchMethod>
51 <ExecutablePath>..\..\runtime\win32\GuandanAndroid.exe</ExecutablePath>
52 <StartupDirectory>
53 </StartupDirectory>
54 <Arguments>
55 </Arguments>
56 <NetAppHost>IIS</NetAppHost>
57 <NetBrowser>InternetExplorer</NetBrowser>
58 <ExcludeSmallFuncs>true</ExcludeSmallFuncs>
59 <JScriptProfilingEnabled>false</JScriptProfilingEnabled>
60 <PreinstrumentEvent>
61 <InstrEventExclude>false</InstrEventExclude>
62 </PreinstrumentEvent>
63 <PostinstrumentEvent>
64 <InstrEventExclude>false</InstrEventExclude>
65 </PostinstrumentEvent>
66 </Binary>
67 </Binaries>
68 <Reports>
69 <Report>
70 <Path>GuandanAndroid190513.vspx</Path>
71 </Report>
72 </Reports>
73 <Launches>
74 <Binary>
75 <Path>..\..\runtime\win32\GuandanAndroid.exe</Path>
76 </Binary>
77 </Launches>
78 </VSPerformanceSession>
...\ No newline at end of file ...\ No newline at end of file
No preview for this file type
1 call xcopy %cd%\res D:\AndroidProject\XhxAndroid_ws\assets\res /E/I/Y 1 xcopy %cd%\res D:\AndroidProject\XhxAndroid_ws\assets\res /E/I/Y
2 call cocos luacompile -s %cd%\src -d D:\AndroidProject\XhxAndroid_ws\assets\src -e -k tpdrawgdanjue -b tpdrawgd 2 cocos luacompile -s %cd%\src -d D:\AndroidProject\XhxAndroid_ws\assets\src -e -k tpdrawgdanjue -b tpdrawgd
3 call xcopy %cd%\src D:\AndroidProject\XhxAndroid_ws\assets\src /E/I/Y 3 xcopy %cd%\src D:\AndroidProject\XhxAndroid_ws\assets\src /E/I/Y
......
This diff could not be displayed because it is too large.

21.2 KB | W: | H:

10.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

10.4 KB | W: | H:

4.75 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

6.87 KB | W: | H:

4.72 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.06 KB | W: | H:

2.21 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -90,7 +90,8 @@ function MainScene:onCreate(params) ...@@ -90,7 +90,8 @@ function MainScene:onCreate(params)
90 90
91 self.nodes[2] = {self.btn_role}; 91 self.nodes[2] = {self.btn_role};
92 92
93 self:updateSelectedState(self.btn_task); 93 --self:updateSelectedState(self.btn_task);
94 self:updateSelectedState(self.btn_ylc); --修改光标为游乐场
94 95
95 local function onNodeEventHandler(event) 96 local function onNodeEventHandler(event)
96 if event == "enter" then 97 if event == "enter" then
......
...@@ -65,8 +65,11 @@ function FriendView:init() ...@@ -65,8 +65,11 @@ function FriendView:init()
65 if self.uid ~= UserModel.user_info.uid then 65 if self.uid ~= UserModel.user_info.uid then
66 local game_score = self.user_home.game_score; 66 local game_score = self.user_home.game_score;
67 67
68 self.btn_back:getChildByName("txt"):setString("回家"); 68 --self.btn_back:getChildByName("txt"):setString("回家");
69 self.btn_back:getChildByName("selected"):getChildByName("txt"):setString("回家"); 69 --self.btn_back:getChildByName("selected"):getChildByName("txt"):setString("回家");
70 self.btn_back:loadTextureNormal("res/ui/friend/bg_friend_back.png");
71 self.btn_back:loadTexturePressed("res/ui/dress/bg_friend_back.png");
72 self.btn_back:getChildByName("selected"):setSpriteFrame(cc.Sprite:create("res/ui/friend/bg_friend_back.png"):getSpriteFrame());
70 73
71 table.sort(game_score,function (aa,bb) 74 table.sort(game_score,function (aa,bb)
72 return aa.val1 > bb.val1; 75 return aa.val1 > bb.val1;
...@@ -322,10 +325,14 @@ function FriendView:onItemOver(ref,event) ...@@ -322,10 +325,14 @@ function FriendView:onItemOver(ref,event)
322 local children = self.scrollView:getChildren(); 325 local children = self.scrollView:getChildren();
323 for i,v in ipairs(children) do 326 for i,v in ipairs(children) do
324 local btn_del = v:getChildByName("btn_del"); 327 local btn_del = v:getChildByName("btn_del");
328 local title_tip=v:getChildByName("tip");
325 if btn_del then 329 if btn_del then
326 btn_del:setVisible(false); 330 btn_del:setVisible(false);
327 table.removebyvalue(self.nodes[#self.nodes],btn_del); 331 table.removebyvalue(self.nodes[#self.nodes],btn_del);
328 end 332 end
333 if title_tip then
334 title_tip:setVisible(false);
335 end
329 if v == item then 336 if v == item then
330 v:setLocalZOrder(1); 337 v:setLocalZOrder(1);
331 else 338 else
...@@ -334,6 +341,7 @@ function FriendView:onItemOver(ref,event) ...@@ -334,6 +341,7 @@ function FriendView:onItemOver(ref,event)
334 end 341 end
335 342
336 local btn_del = item:getChildByName("btn_del"); 343 local btn_del = item:getChildByName("btn_del");
344 local title_tip=item:getChildByName("tip");
337 btn_del.uid = ref.uid; 345 btn_del.uid = ref.uid;
338 if btn_del then 346 if btn_del then
339 btn_del:setVisible(true); 347 btn_del:setVisible(true);
...@@ -345,6 +353,9 @@ function FriendView:onItemOver(ref,event) ...@@ -345,6 +353,9 @@ function FriendView:onItemOver(ref,event)
345 self:updatePage(); 353 self:updatePage();
346 end 354 end
347 end 355 end
356 if title_tip then
357 title_tip:setVisible(true);
358 end
348 end 359 end
349 360
350 function FriendView:onFriendItemOut() 361 function FriendView:onFriendItemOut()
...@@ -355,6 +366,10 @@ function FriendView:onFriendItemOut() ...@@ -355,6 +366,10 @@ function FriendView:onFriendItemOut()
355 btn_del:setVisible(false); 366 btn_del:setVisible(false);
356 table.removebyvalue(self.nodes[#self.nodes],btn_del); 367 table.removebyvalue(self.nodes[#self.nodes],btn_del);
357 end 368 end
369 local title_tip=v:getChildByName("tip");
370 if title_tip then
371 title_tip:setVisible(false);
372 end
358 end 373 end
359 end 374 end
360 375
......
...@@ -19,4 +19,7 @@ Global ...@@ -19,4 +19,7 @@ Global
19 GlobalSection(SolutionProperties) = preSolution 19 GlobalSection(SolutionProperties) = preSolution
20 HideSolutionNode = FALSE 20 HideSolutionNode = FALSE
21 EndGlobalSection 21 EndGlobalSection
22 GlobalSection(Performance) = preSolution
23 HasPerformanceSessions = true
24 EndGlobalSection
22 EndGlobal 25 EndGlobal
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 <FileData Type="Normal" Path="ui/Activity/bg_welfare.png" Plist="" /> 47 <FileData Type="Normal" Path="ui/Activity/bg_welfare.png" Plist="" />
48 <BlendFunc Src="1" Dst="771" /> 48 <BlendFunc Src="1" Dst="771" />
49 </AbstractNodeData> 49 </AbstractNodeData>
50 <AbstractNodeData Name="Image_56" ActionTag="-523748571" Tag="981" IconVisible="False" LeftMargin="-76.0279" RightMargin="409.0279" TopMargin="73.0198" BottomMargin="-45.0199" LeftEage="157" RightEage="157" TopEage="172" BottomEage="172" Scale9OriginX="157" Scale9OriginY="172" Scale9Width="163" Scale9Height="178" ctype="ImageViewObjectData"> 50 <AbstractNodeData Name="Image_56" ActionTag="-523748571" Tag="981" IconVisible="False" LeftMargin="-76.0279" RightMargin="409.0279" TopMargin="73.0199" BottomMargin="-45.0199" LeftEage="157" RightEage="157" TopEage="172" BottomEage="172" Scale9OriginX="157" Scale9OriginY="172" Scale9Width="163" Scale9Height="178" ctype="ImageViewObjectData">
51 <Size X="477.0000" Y="522.0000" /> 51 <Size X="477.0000" Y="522.0000" />
52 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 52 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
53 <Position X="162.4721" Y="215.9801" /> 53 <Position X="162.4721" Y="215.9801" />
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
67 <PreSize X="0.5160" Y="0.9491" /> 67 <PreSize X="0.5160" Y="0.9491" />
68 <FileData Type="Normal" Path="ui/Activity/bg_gift_one_year.png" Plist="" /> 68 <FileData Type="Normal" Path="ui/Activity/bg_gift_one_year.png" Plist="" />
69 </AbstractNodeData> 69 </AbstractNodeData>
70 <AbstractNodeData Name="btn_vip_month" ActionTag="853368770" Tag="333" IconVisible="False" LeftMargin="-64.2716" RightMargin="670.2716" TopMargin="465.5510" BottomMargin="9.4491" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="174" Scale9Height="53" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 70 <AbstractNodeData Name="btn_vip_month" ActionTag="853368770" Tag="333" IconVisible="False" LeftMargin="-64.2716" RightMargin="670.2716" TopMargin="465.5509" BottomMargin="9.4491" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="174" Scale9Height="53" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
71 <Size X="204.0000" Y="75.0000" /> 71 <Size X="204.0000" Y="75.0000" />
72 <Children> 72 <Children>
73 <AbstractNodeData Name="selected" Visible="False" ActionTag="455281612" Tag="222" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 73 <AbstractNodeData Name="selected" Visible="False" ActionTag="455281612" Tag="222" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
95 <OutlineColor A="255" R="255" G="0" B="0" /> 95 <OutlineColor A="255" R="255" G="0" B="0" />
96 <ShadowColor A="255" R="110" G="110" B="110" /> 96 <ShadowColor A="255" R="110" G="110" B="110" />
97 </AbstractNodeData> 97 </AbstractNodeData>
98 <AbstractNodeData Name="btn_vip_lianxu" ActionTag="518028505" Tag="69" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="191.5784" RightMargin="418.4216" TopMargin="456.3756" BottomMargin="12.6244" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="170" Scale9Height="59" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 98 <AbstractNodeData Name="btn_vip_lianxu" ActionTag="518028505" Tag="69" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="191.6000" RightMargin="418.4000" TopMargin="456.3756" BottomMargin="12.6244" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="170" Scale9Height="59" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
99 <Size X="200.0000" Y="81.0000" /> 99 <Size X="200.0000" Y="81.0000" />
100 <Children> 100 <Children>
101 <AbstractNodeData Name="selected" Visible="False" ActionTag="-330155765" Tag="70" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 101 <AbstractNodeData Name="selected" Visible="False" ActionTag="-330155765" Tag="70" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
111 </AbstractNodeData> 111 </AbstractNodeData>
112 </Children> 112 </Children>
113 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 113 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
114 <Position X="291.5784" Y="53.1244" /> 114 <Position X="291.6000" Y="53.1244" />
115 <Scale ScaleX="0.7000" ScaleY="0.7000" /> 115 <Scale ScaleX="0.7000" ScaleY="0.7000" />
116 <CColor A="255" R="255" G="255" B="255" /> 116 <CColor A="255" R="255" G="255" B="255" />
117 <PrePosition X="0.3600" Y="0.0966" /> 117 <PrePosition X="0.3600" Y="0.0966" />
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
123 <OutlineColor A="255" R="255" G="0" B="0" /> 123 <OutlineColor A="255" R="255" G="0" B="0" />
124 <ShadowColor A="255" R="110" G="110" B="110" /> 124 <ShadowColor A="255" R="110" G="110" B="110" />
125 </AbstractNodeData> 125 </AbstractNodeData>
126 <AbstractNodeData Name="btn_vip_month_single" ActionTag="-1238527809" Tag="79" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="77.2625" RightMargin="570.7374" TopMargin="467.6008" BottomMargin="22.3992" TouchEnable="True" FontSize="26" ButtonText="9.9元包月" 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"> 126 <AbstractNodeData Name="btn_vip_month_single" ActionTag="-1238527809" Tag="79" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="77.2740" RightMargin="570.7260" TopMargin="467.6008" BottomMargin="22.3992" TouchEnable="True" FontSize="26" 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">
127 <Size X="162.0000" Y="60.0000" /> 127 <Size X="162.0000" Y="60.0000" />
128 <Children> 128 <Children>
129 <AbstractNodeData Name="selected" Visible="False" ActionTag="-203226842" Tag="80" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 129 <AbstractNodeData Name="selected" Visible="False" ActionTag="-203226842" Tag="80" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
...@@ -137,9 +137,21 @@ ...@@ -137,9 +137,21 @@
137 <FileData Type="Normal" Path="common/btn_green02_s.png" Plist="" /> 137 <FileData Type="Normal" Path="common/btn_green02_s.png" Plist="" />
138 <BlendFunc Src="1" Dst="771" /> 138 <BlendFunc Src="1" Dst="771" />
139 </AbstractNodeData> 139 </AbstractNodeData>
140 <AbstractNodeData Name="Text_1" ActionTag="1111239047" Tag="667" IconVisible="False" LeftMargin="22.9947" RightMargin="23.0053" TopMargin="13.1593" BottomMargin="15.8407" FontSize="26" LabelText="9.9元包月" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
141 <Size X="116.0000" Y="31.0000" />
142 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
143 <Position X="80.9947" Y="31.3407" />
144 <Scale ScaleX="1.0000" ScaleY="1.0000" />
145 <CColor A="255" R="165" G="42" B="42" />
146 <PrePosition X="0.5000" Y="0.5223" />
147 <PreSize X="0.7160" Y="0.5167" />
148 <FontResource Type="Normal" Path="ui/font/fangzhengcuyuan.ttf" Plist="" />
149 <OutlineColor A="255" R="255" G="0" B="0" />
150 <ShadowColor A="255" R="110" G="110" B="110" />
151 </AbstractNodeData>
140 </Children> 152 </Children>
141 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 153 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
142 <Position X="158.2625" Y="52.3992" /> 154 <Position X="158.2740" Y="52.3992" />
143 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 155 <Scale ScaleX="1.0000" ScaleY="1.0000" />
144 <CColor A="255" R="255" G="255" B="255" /> 156 <CColor A="255" R="255" G="255" B="255" />
145 <PrePosition X="0.1954" Y="0.0953" /> 157 <PrePosition X="0.1954" Y="0.0953" />
...@@ -202,7 +214,7 @@ ...@@ -202,7 +214,7 @@
202 <FileData Type="Normal" Path="ui/Activity/achievement_yilingqu.png" Plist="" /> 214 <FileData Type="Normal" Path="ui/Activity/achievement_yilingqu.png" Plist="" />
203 <BlendFunc Src="1" Dst="771" /> 215 <BlendFunc Src="1" Dst="771" />
204 </AbstractNodeData> 216 </AbstractNodeData>
205 <AbstractNodeData Name="btn_vip_year" ActionTag="1349290642" Tag="485" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="561.6376" RightMargin="86.3624" TopMargin="470.3174" BottomMargin="19.6826" 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"> 217 <AbstractNodeData Name="btn_vip_year" ActionTag="1349290642" Tag="485" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="561.6540" RightMargin="86.3460" TopMargin="470.3174" BottomMargin="19.6826" 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">
206 <Size X="162.0000" Y="60.0000" /> 218 <Size X="162.0000" Y="60.0000" />
207 <Children> 219 <Children>
208 <AbstractNodeData Name="selected" Visible="False" ActionTag="806992118" Tag="223" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 220 <AbstractNodeData Name="selected" Visible="False" ActionTag="806992118" Tag="223" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
...@@ -241,7 +253,7 @@ ...@@ -241,7 +253,7 @@
241 </AbstractNodeData> 253 </AbstractNodeData>
242 </Children> 254 </Children>
243 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 255 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
244 <Position X="642.6376" Y="49.6826" /> 256 <Position X="642.6540" Y="49.6826" />
245 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 257 <Scale ScaleX="1.0000" ScaleY="1.0000" />
246 <CColor A="255" R="255" G="255" B="255" /> 258 <CColor A="255" R="255" G="255" B="255" />
247 <PrePosition X="0.7934" Y="0.0903" /> 259 <PrePosition X="0.7934" Y="0.0903" />
...@@ -341,7 +353,7 @@ ...@@ -341,7 +353,7 @@
341 <EndColor A="255" R="255" G="255" B="255" /> 353 <EndColor A="255" R="255" G="255" B="255" />
342 <ColorVector ScaleY="1.0000" /> 354 <ColorVector ScaleY="1.0000" />
343 </AbstractNodeData> 355 </AbstractNodeData>
344 <AbstractNodeData Name="m_item_2" ActionTag="1456758804" Tag="224" IconVisible="False" LeftMargin="187.9820" RightMargin="522.0181" TopMargin="212.9589" BottomMargin="237.0411" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> 356 <AbstractNodeData Name="m_item_2" ActionTag="1456758804" Tag="224" IconVisible="False" LeftMargin="187.9820" RightMargin="522.0180" TopMargin="212.9589" BottomMargin="237.0411" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData">
345 <Size X="100.0000" Y="100.0000" /> 357 <Size X="100.0000" Y="100.0000" />
346 <Children> 358 <Children>
347 <AbstractNodeData Name="icon" ActionTag="1085027278" Tag="237" IconVisible="False" LeftMargin="11.3585" RightMargin="8.6415" TopMargin="7.2833" BottomMargin="12.7167" ctype="SpriteObjectData"> 359 <AbstractNodeData Name="icon" ActionTag="1085027278" Tag="237" IconVisible="False" LeftMargin="11.3585" RightMargin="8.6415" TopMargin="7.2833" BottomMargin="12.7167" ctype="SpriteObjectData">
...@@ -455,7 +467,7 @@ ...@@ -455,7 +467,7 @@
455 <EndColor A="255" R="255" G="255" B="255" /> 467 <EndColor A="255" R="255" G="255" B="255" />
456 <ColorVector ScaleY="1.0000" /> 468 <ColorVector ScaleY="1.0000" />
457 </AbstractNodeData> 469 </AbstractNodeData>
458 <AbstractNodeData Name="y_item_3" ActionTag="42590575" Tag="233" IconVisible="False" LeftMargin="559.5492" RightMargin="150.4508" TopMargin="249.6339" BottomMargin="200.3662" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData"> 470 <AbstractNodeData Name="y_item_3" ActionTag="42590575" Tag="233" IconVisible="False" LeftMargin="559.5492" RightMargin="150.4508" TopMargin="249.6338" BottomMargin="200.3662" TouchEnable="True" ClipAble="False" BackColorAlpha="102" ColorAngle="90.0000" Scale9Width="1" Scale9Height="1" ctype="PanelObjectData">
459 <Size X="100.0000" Y="100.0000" /> 471 <Size X="100.0000" Y="100.0000" />
460 <Children> 472 <Children>
461 <AbstractNodeData Name="icon" ActionTag="1181012539" Tag="240" IconVisible="False" LeftMargin="9.9999" RightMargin="10.0001" TopMargin="7.2831" BottomMargin="12.7169" ctype="SpriteObjectData"> 473 <AbstractNodeData Name="icon" ActionTag="1181012539" Tag="240" IconVisible="False" LeftMargin="9.9999" RightMargin="10.0001" TopMargin="7.2831" BottomMargin="12.7169" ctype="SpriteObjectData">
......
...@@ -19,24 +19,24 @@ ...@@ -19,24 +19,24 @@
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="bg_login" ActionTag="1058243631" Tag="24" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="617.0000" RightMargin="617.0000" TopMargin="337.0000" BottomMargin="337.0000" ctype="SpriteObjectData"> 22 <AbstractNodeData Name="bg_login" ActionTag="1058243631" Tag="24" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
23 <Size X="1280.0000" Y="720.0000" /> 23 <Size X="1280.0000" Y="720.0000" />
24 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 24 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
25 <Position X="640.0000" Y="360.0000" /> 25 <Position X="640.0000" Y="360.0000" />
26 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 26 <Scale ScaleX="1.0000" ScaleY="1.0000" />
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="1.0000" Y="1.0000" />
30 <FileData Type="Normal" Path="bg/bg_loading.jpg" 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">
34 <Size X="1280.0000" Y="720.0000" /> 34 <Size X="1280.0000" Y="720.0000" />
35 <Children> 35 <Children>
36 <AbstractNodeData Name="btn_login_yk" ActionTag="1043641405" Tag="84" IconVisible="False" LeftMargin="290.5952" RightMargin="668.4048" TopMargin="430.3244" BottomMargin="163.6756" TouchEnable="True" FontSize="26" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="291" Scale9Height="104" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 36 <AbstractNodeData Name="btn_login_yk" ActionTag="1043641405" Tag="84" IconVisible="False" LeftMargin="290.5955" RightMargin="668.4045" TopMargin="565.3218" BottomMargin="28.6782" TouchEnable="True" FontSize="26" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="291" Scale9Height="104" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
37 <Size X="321.0000" Y="126.0000" /> 37 <Size X="321.0000" Y="126.0000" />
38 <Children> 38 <Children>
39 <AbstractNodeData Name="selected" ActionTag="-1190160652" Tag="983" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 39 <AbstractNodeData Name="selected" Visible="False" ActionTag="-1190160652" Tag="983" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
40 <Size X="321.0000" Y="126.0000" /> 40 <Size X="321.0000" Y="126.0000" />
41 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 41 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
42 <Position X="160.5000" Y="63.0000" /> 42 <Position X="160.5000" Y="63.0000" />
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
49 </AbstractNodeData> 49 </AbstractNodeData>
50 </Children> 50 </Children>
51 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 51 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
52 <Position X="451.0952" Y="226.6756" /> 52 <Position X="451.0955" Y="91.6782" />
53 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 53 <Scale ScaleX="1.0000" ScaleY="1.0000" />
54 <CColor A="255" R="255" G="255" B="255" /> 54 <CColor A="255" R="255" G="255" B="255" />
55 <PrePosition X="0.3524" Y="0.3148" /> 55 <PrePosition X="0.3524" Y="0.1273" />
56 <PreSize X="0.2508" Y="0.1750" /> 56 <PreSize X="0.2508" Y="0.1750" />
57 <FontResource Type="Normal" Path="ui/font/yuanti.ttf" Plist="" /> 57 <FontResource Type="Normal" Path="ui/font/yuanti.ttf" Plist="" />
58 <TextColor A="255" R="96" G="41" B="0" /> 58 <TextColor A="255" R="96" G="41" B="0" />
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
62 <OutlineColor A="255" R="255" G="0" B="0" /> 62 <OutlineColor A="255" R="255" G="0" B="0" />
63 <ShadowColor A="255" R="110" G="110" B="110" /> 63 <ShadowColor A="255" R="110" G="110" B="110" />
64 </AbstractNodeData> 64 </AbstractNodeData>
65 <AbstractNodeData Name="btn_login_wx" ActionTag="512061869" Tag="28" IconVisible="False" LeftMargin="679.2761" RightMargin="279.7239" TopMargin="430.3235" BottomMargin="163.6765" TouchEnable="True" FontSize="26" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="291" Scale9Height="104" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 65 <AbstractNodeData Name="btn_login_wx" ActionTag="512061869" Tag="28" IconVisible="False" LeftMargin="680.3325" RightMargin="278.6675" TopMargin="565.1310" BottomMargin="28.8690" TouchEnable="True" FontSize="26" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="291" Scale9Height="104" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
66 <Size X="321.0000" Y="126.0000" /> 66 <Size X="321.0000" Y="126.0000" />
67 <Children> 67 <Children>
68 <AbstractNodeData Name="selected" Visible="False" ActionTag="1750464100" Tag="984" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 68 <AbstractNodeData Name="selected" Visible="False" ActionTag="1750464100" Tag="984" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
...@@ -78,10 +78,10 @@ ...@@ -78,10 +78,10 @@
78 </AbstractNodeData> 78 </AbstractNodeData>
79 </Children> 79 </Children>
80 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 80 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
81 <Position X="839.7761" Y="226.6765" /> 81 <Position X="840.8325" Y="91.8690" />
82 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 82 <Scale ScaleX="1.0000" ScaleY="1.0000" />
83 <CColor A="255" R="255" G="255" B="255" /> 83 <CColor A="255" R="255" G="255" B="255" />
84 <PrePosition X="0.6561" Y="0.3148" /> 84 <PrePosition X="0.6569" Y="0.1276" />
85 <PreSize X="0.2508" Y="0.1750" /> 85 <PreSize X="0.2508" Y="0.1750" />
86 <FontResource Type="Normal" Path="ui/font/yuanti.ttf" Plist="" /> 86 <FontResource Type="Normal" Path="ui/font/yuanti.ttf" Plist="" />
87 <TextColor A="255" R="96" G="41" B="0" /> 87 <TextColor A="255" R="96" G="41" B="0" />
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
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="154.8665" />
7 </HorizontalList>
5 <VerticalList> 8 <VerticalList>
6 <Guides Position="639.5614" /> 9 <Guides Position="639.5614" />
7 </VerticalList> 10 </VerticalList>
......
...@@ -20,25 +20,25 @@ ...@@ -20,25 +20,25 @@
20 <AbstractNodeData Name="btn" ActionTag="672695197" Tag="61" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="70" Scale9Height="83" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 20 <AbstractNodeData Name="btn" ActionTag="672695197" Tag="61" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="70" Scale9Height="83" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
21 <Size X="160.0000" Y="180.0000" /> 21 <Size X="160.0000" Y="180.0000" />
22 <Children> 22 <Children>
23 <AbstractNodeData Name="bg" ActionTag="432026145" Tag="72" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-15.0000" RightMargin="-15.0000" TopMargin="-16.0000" BottomMargin="-16.0000" ctype="SpriteObjectData"> 23 <AbstractNodeData Name="bg" ActionTag="432026145" Tag="72" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-13.0000" RightMargin="-13.0000" TopMargin="-15.0000" BottomMargin="-15.0000" ctype="SpriteObjectData">
24 <Size X="190.0000" Y="212.0000" /> 24 <Size X="186.0000" Y="210.0000" />
25 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 25 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
26 <Position X="80.0000" Y="90.0000" /> 26 <Position X="80.0000" Y="90.0000" />
27 <Scale ScaleX="0.8500" ScaleY="0.8500" /> 27 <Scale ScaleX="0.8500" ScaleY="0.8500" />
28 <CColor A="255" R="255" G="255" B="255" /> 28 <CColor A="255" R="255" G="255" B="255" />
29 <PrePosition X="0.5000" Y="0.5000" /> 29 <PrePosition X="0.5000" Y="0.5000" />
30 <PreSize X="1.1875" Y="1.1778" /> 30 <PreSize X="1.1625" Y="1.1667" />
31 <FileData Type="Normal" Path="ui/friend/bg_friend_item.png" Plist="" /> 31 <FileData Type="Normal" Path="ui/friend/bg_friend_item.png" Plist="" />
32 <BlendFunc Src="1" Dst="771" /> 32 <BlendFunc Src="1" Dst="771" />
33 </AbstractNodeData> 33 </AbstractNodeData>
34 <AbstractNodeData Name="selected" ActionTag="-1222914437" Tag="53" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-15.0000" RightMargin="-15.0000" TopMargin="-16.0000" BottomMargin="-16.0000" ctype="SpriteObjectData"> 34 <AbstractNodeData Name="selected" ActionTag="-1222914437" Tag="53" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="-13.0000" RightMargin="-13.0000" TopMargin="-15.0000" BottomMargin="-15.0000" ctype="SpriteObjectData">
35 <Size X="190.0000" Y="212.0000" /> 35 <Size X="186.0000" Y="210.0000" />
36 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 36 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
37 <Position X="80.0000" Y="90.0000" /> 37 <Position X="80.0000" Y="90.0000" />
38 <Scale ScaleX="0.8500" ScaleY="0.8500" /> 38 <Scale ScaleX="0.8500" ScaleY="0.8500" />
39 <CColor A="255" R="255" G="255" B="255" /> 39 <CColor A="255" R="255" G="255" B="255" />
40 <PrePosition X="0.5000" Y="0.5000" /> 40 <PrePosition X="0.5000" Y="0.5000" />
41 <PreSize X="1.1875" Y="1.1778" /> 41 <PreSize X="1.1625" Y="1.1667" />
42 <FileData Type="Normal" Path="ui/friend/bg_friend_item_s.png" Plist="" /> 42 <FileData Type="Normal" Path="ui/friend/bg_friend_item_s.png" Plist="" />
43 <BlendFunc Src="1" Dst="771" /> 43 <BlendFunc Src="1" Dst="771" />
44 </AbstractNodeData> 44 </AbstractNodeData>
...@@ -81,28 +81,28 @@ ...@@ -81,28 +81,28 @@
81 <EndColor A="255" R="255" G="255" B="255" /> 81 <EndColor A="255" R="255" G="255" B="255" />
82 <ColorVector ScaleY="1.0000" /> 82 <ColorVector ScaleY="1.0000" />
83 </AbstractNodeData> 83 </AbstractNodeData>
84 <AbstractNodeData Name="bg_lv" ActionTag="-1472653543" Tag="554" IconVisible="False" LeftMargin="-4.9912" RightMargin="110.9912" TopMargin="-5.0749" BottomMargin="131.0749" ctype="SpriteObjectData"> 84 <AbstractNodeData Name="bg_lv" ActionTag="-1472653543" Tag="554" IconVisible="False" LeftMargin="-7.9912" RightMargin="107.9912" TopMargin="-8.0749" BottomMargin="128.0749" ctype="SpriteObjectData">
85 <Size X="54.0000" Y="54.0000" /> 85 <Size X="60.0000" Y="60.0000" />
86 <Children> 86 <Children>
87 <AbstractNodeData Name="Text_3" ActionTag="1608330979" Tag="58" IconVisible="False" LeftMargin="17.9304" RightMargin="16.0696" TopMargin="3.7995" BottomMargin="30.2005" FontSize="20" LabelText="Lv" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 87 <AbstractNodeData Name="Text_3" ActionTag="1608330979" Tag="58" IconVisible="False" LeftMargin="18.9304" RightMargin="21.0696" TopMargin="9.7995" BottomMargin="30.2005" FontSize="20" LabelText="Lv" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
88 <Size X="20.0000" Y="20.0000" /> 88 <Size X="20.0000" Y="20.0000" />
89 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 89 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
90 <Position X="27.9304" Y="40.2005" /> 90 <Position X="28.9304" Y="40.2005" />
91 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 91 <Scale ScaleX="1.0000" ScaleY="1.0000" />
92 <CColor A="255" R="255" G="255" B="255" /> 92 <CColor A="255" R="255" G="165" B="0" />
93 <PrePosition X="0.5172" Y="0.7445" /> 93 <PrePosition X="0.4822" Y="0.6700" />
94 <PreSize X="0.3704" Y="0.3704" /> 94 <PreSize X="0.3333" Y="0.3333" />
95 <OutlineColor A="255" R="255" G="0" B="0" /> 95 <OutlineColor A="255" R="255" G="0" B="0" />
96 <ShadowColor A="255" R="110" G="110" B="110" /> 96 <ShadowColor A="255" R="110" G="110" B="110" />
97 </AbstractNodeData> 97 </AbstractNodeData>
98 <AbstractNodeData Name="txt_lv" ActionTag="1330375788" Tag="59" IconVisible="False" LeftMargin="22.1008" RightMargin="21.8992" TopMargin="25.0632" BottomMargin="8.9368" FontSize="20" LabelText="0" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 98 <AbstractNodeData Name="txt_lv" ActionTag="1330375788" Tag="59" IconVisible="False" LeftMargin="24.1009" RightMargin="25.8991" TopMargin="29.0631" BottomMargin="10.9369" FontSize="20" LabelText="0" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
99 <Size X="10.0000" Y="20.0000" /> 99 <Size X="10.0000" Y="20.0000" />
100 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 100 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
101 <Position X="27.1008" Y="18.9368" /> 101 <Position X="29.1009" Y="20.9369" />
102 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 102 <Scale ScaleX="1.0000" ScaleY="1.0000" />
103 <CColor A="255" R="255" G="255" B="255" /> 103 <CColor A="255" R="255" G="255" B="255" />
104 <PrePosition X="0.5019" Y="0.3507" /> 104 <PrePosition X="0.4850" Y="0.3489" />
105 <PreSize X="0.1852" Y="0.3704" /> 105 <PreSize X="0.1667" Y="0.3333" />
106 <OutlineColor A="255" R="255" G="0" B="0" /> 106 <OutlineColor A="255" R="255" G="0" B="0" />
107 <ShadowColor A="255" R="110" G="110" B="110" /> 107 <ShadowColor A="255" R="110" G="110" B="110" />
108 </AbstractNodeData> 108 </AbstractNodeData>
...@@ -112,37 +112,45 @@ ...@@ -112,37 +112,45 @@
112 <Scale ScaleX="0.8500" ScaleY="0.8500" /> 112 <Scale ScaleX="0.8500" ScaleY="0.8500" />
113 <CColor A="255" R="255" G="255" B="255" /> 113 <CColor A="255" R="255" G="255" B="255" />
114 <PrePosition X="0.1376" Y="0.8782" /> 114 <PrePosition X="0.1376" Y="0.8782" />
115 <PreSize X="0.3375" Y="0.3000" /> 115 <PreSize X="0.3750" Y="0.3333" />
116 <FileData Type="Normal" Path="ui/friend/bg_friend_lv.png" Plist="" /> 116 <FileData Type="Normal" Path="ui/friend/bg_friend_lv.png" Plist="" />
117 <BlendFunc Src="1" Dst="771" /> 117 <BlendFunc Src="1" Dst="771" />
118 </AbstractNodeData> 118 </AbstractNodeData>
119 <AbstractNodeData Name="btn_del" ActionTag="-1211988783" VisibleForFrame="False" Tag="223" IconVisible="False" LeftMargin="0.6466" RightMargin="3.3534" TopMargin="187.5382" BottomMargin="-65.5382" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="126" Scale9Height="36" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 119 <AbstractNodeData Name="tip" ActionTag="1389603593" Tag="431" IconVisible="False" LeftMargin="-21.9916" RightMargin="-22.0084" TopMargin="176.4960" BottomMargin="-35.4960" LeftEage="67" RightEage="67" TopEage="12" BottomEage="12" Scale9OriginX="67" Scale9OriginY="12" Scale9Width="70" Scale9Height="15" ctype="ImageViewObjectData">
120 <Size X="204.0000" Y="39.0000" />
121 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
122 <Position X="80.0084" Y="-15.9960" />
123 <Scale ScaleX="1.0000" ScaleY="1.0000" />
124 <CColor A="255" R="255" G="255" B="255" />
125 <PrePosition X="0.5001" Y="-0.0889" />
126 <PreSize X="1.2750" Y="0.2167" />
127 <FileData Type="Normal" Path="ui/friend/bg_friend_tip_title.png" Plist="" />
128 </AbstractNodeData>
129 <AbstractNodeData Name="btn_del" ActionTag="-1211988783" Tag="223" IconVisible="False" LeftMargin="1.6505" RightMargin="2.3495" TopMargin="216.5365" BottomMargin="-94.5365" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="126" Scale9Height="36" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
120 <Size X="156.0000" Y="58.0000" /> 130 <Size X="156.0000" Y="58.0000" />
121 <Children> 131 <Children>
122 <AbstractNodeData Name="txt" ActionTag="363492436" Tag="225" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="28.5000" RightMargin="28.5000" TopMargin="13.0000" BottomMargin="13.0000" FontSize="24" LabelText="删除好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 132 <AbstractNodeData Name="txt" ActionTag="363492436" Tag="225" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="30.0000" RightMargin="30.0000" TopMargin="17.0000" BottomMargin="17.0000" FontSize="24" LabelText="删除好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
123 <Size X="99.0000" Y="32.0000" /> 133 <Size X="96.0000" Y="24.0000" />
124 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 134 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
125 <Position X="78.0000" Y="29.0000" /> 135 <Position X="78.0000" Y="29.0000" />
126 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 136 <Scale ScaleX="1.0000" ScaleY="1.0000" />
127 <CColor A="255" R="22" G="105" B="0" /> 137 <CColor A="255" R="22" G="105" B="0" />
128 <PrePosition X="0.5000" Y="0.5000" /> 138 <PrePosition X="0.5000" Y="0.5000" />
129 <PreSize X="0.6346" Y="0.5517" /> 139 <PreSize X="0.6154" Y="0.4138" />
130 <FontResource Type="Normal" Path="" Plist="" />
131 <OutlineColor A="255" R="255" G="0" B="0" /> 140 <OutlineColor A="255" R="255" G="0" B="0" />
132 <ShadowColor A="255" R="110" G="110" B="110" /> 141 <ShadowColor A="255" R="110" G="110" B="110" />
133 </AbstractNodeData> 142 </AbstractNodeData>
134 <AbstractNodeData Name="selected" ActionTag="-1214811307" Tag="224" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData"> 143 <AbstractNodeData Name="selected" Visible="False" ActionTag="-1214811307" Tag="224" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
135 <Size X="156.0000" Y="58.0000" /> 144 <Size X="156.0000" Y="58.0000" />
136 <Children> 145 <Children>
137 <AbstractNodeData Name="txt" ActionTag="1735446362" Tag="226" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="28.5000" RightMargin="28.5000" TopMargin="13.0000" BottomMargin="13.0000" FontSize="24" LabelText="删除好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 146 <AbstractNodeData Name="txt" ActionTag="1735446362" Tag="226" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="30.0000" RightMargin="30.0000" TopMargin="17.0000" BottomMargin="17.0000" FontSize="24" LabelText="删除好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
138 <Size X="99.0000" Y="32.0000" /> 147 <Size X="96.0000" Y="24.0000" />
139 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 148 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
140 <Position X="78.0000" Y="29.0000" /> 149 <Position X="78.0000" Y="29.0000" />
141 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 150 <Scale ScaleX="1.0000" ScaleY="1.0000" />
142 <CColor A="255" R="179" G="61" B="0" /> 151 <CColor A="255" R="179" G="61" B="0" />
143 <PrePosition X="0.5000" Y="0.5000" /> 152 <PrePosition X="0.5000" Y="0.5000" />
144 <PreSize X="0.6346" Y="0.5517" /> 153 <PreSize X="0.6154" Y="0.4138" />
145 <FontResource Type="Normal" Path="" Plist="" />
146 <OutlineColor A="255" R="255" G="0" B="0" /> 154 <OutlineColor A="255" R="255" G="0" B="0" />
147 <ShadowColor A="255" R="110" G="110" B="110" /> 155 <ShadowColor A="255" R="110" G="110" B="110" />
148 </AbstractNodeData> 156 </AbstractNodeData>
...@@ -158,10 +166,10 @@ ...@@ -158,10 +166,10 @@
158 </AbstractNodeData> 166 </AbstractNodeData>
159 </Children> 167 </Children>
160 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 168 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
161 <Position X="78.6466" Y="-36.5382" /> 169 <Position X="79.6505" Y="-65.5365" />
162 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 170 <Scale ScaleX="1.0000" ScaleY="1.0000" />
163 <CColor A="255" R="255" G="255" B="255" /> 171 <CColor A="255" R="255" G="255" B="255" />
164 <PrePosition X="0.4915" Y="-0.2030" /> 172 <PrePosition X="0.4978" Y="-0.3641" />
165 <PreSize X="0.9750" Y="0.3222" /> 173 <PreSize X="0.9750" Y="0.3222" />
166 <TextColor A="255" R="65" G="65" B="70" /> 174 <TextColor A="255" R="65" G="65" B="70" />
167 <DisabledFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 175 <DisabledFileData Type="Normal" Path="common/btn_green.png" Plist="" />
......
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 <VerticalList>
6 <Guides Position="80.4615" />
7 </VerticalList>
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
......
...@@ -89,14 +89,14 @@ ...@@ -89,14 +89,14 @@
89 <OutlineColor A="255" R="255" G="0" B="0" /> 89 <OutlineColor A="255" R="255" G="0" B="0" />
90 <ShadowColor A="255" R="110" G="110" B="110" /> 90 <ShadowColor A="255" R="110" G="110" B="110" />
91 </AbstractNodeData> 91 </AbstractNodeData>
92 <AbstractNodeData Name="bg" ActionTag="541846746" Tag="31" IconVisible="False" PositionPercentYEnabled="True" LeftMargin="0.0001" RightMargin="17.9999" BottomMargin="16.0000" ctype="SpriteObjectData"> 92 <AbstractNodeData Name="bg" ActionTag="541846746" Tag="31" IconVisible="False" PositionPercentYEnabled="True" LeftMargin="0.0001" RightMargin="-8.0001" BottomMargin="12.0000" ctype="SpriteObjectData">
93 <Size X="1262.0000" Y="244.0000" /> 93 <Size X="1288.0000" Y="248.0000" />
94 <AnchorPoint ScaleY="1.0000" /> 94 <AnchorPoint ScaleY="1.0000" />
95 <Position X="0.0001" Y="260.0000" /> 95 <Position X="0.0001" Y="260.0000" />
96 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 96 <Scale ScaleX="1.0000" ScaleY="1.0000" />
97 <CColor A="255" R="255" G="255" B="255" /> 97 <CColor A="255" R="255" G="255" B="255" />
98 <PrePosition Y="1.0000" /> 98 <PrePosition X="0.0000" Y="1.0000" />
99 <PreSize X="0.9859" Y="0.9385" /> 99 <PreSize X="1.0063" Y="0.9538" />
100 <FileData Type="Normal" Path="ui/friend/bg_friend.png" Plist="" /> 100 <FileData Type="Normal" Path="ui/friend/bg_friend.png" Plist="" />
101 <BlendFunc Src="1" Dst="771" /> 101 <BlendFunc Src="1" Dst="771" />
102 </AbstractNodeData> 102 </AbstractNodeData>
...@@ -114,155 +114,59 @@ ...@@ -114,155 +114,59 @@
114 <ColorVector ScaleY="1.0000" /> 114 <ColorVector ScaleY="1.0000" />
115 <InnerNodeSize Width="1170" Height="300" /> 115 <InnerNodeSize Width="1170" Height="300" />
116 </AbstractNodeData> 116 </AbstractNodeData>
117 <AbstractNodeData Name="btn_add" ActionTag="-1978456630" Tag="46" IconVisible="False" LeftMargin="1046.7616" RightMargin="77.2384" TopMargin="294.7275" BottomMargin="-92.7275" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="126" Scale9Height="36" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 117 <AbstractNodeData Name="btn_add" ActionTag="-1978456630" Tag="46" IconVisible="False" LeftMargin="1065.7617" RightMargin="112.2383" TopMargin="281.7274" BottomMargin="-121.7274" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="72" Scale9Height="78" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
118 <Size X="156.0000" Y="58.0000" /> 118 <Size X="102.0000" Y="100.0000" />
119 <Children> 119 <Children>
120 <AbstractNodeData Name="btn_add_1" CanEdit="False" ActionTag="1716810418" Tag="54" IconVisible="False" LeftMargin="23.4146" RightMargin="104.5854" TopMargin="14.0000" BottomMargin="16.0000" ctype="SpriteObjectData"> 120 <AbstractNodeData Name="selected" Visible="False" ActionTag="-566355595" Tag="48" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
121 <Size X="28.0000" Y="28.0000" /> 121 <Size X="102.0000" Y="100.0000" />
122 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 122 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
123 <Position X="37.4146" Y="30.0000" /> 123 <Position X="51.0000" Y="50.0000" />
124 <Scale ScaleX="1.0000" ScaleY="1.0000" />
125 <CColor A="255" R="255" G="255" B="255" />
126 <PrePosition X="0.2398" Y="0.5172" />
127 <PreSize X="0.1795" Y="0.4828" />
128 <FileData Type="Normal" Path="ui/friend/btn_add_1.png" Plist="" />
129 <BlendFunc Src="1" Dst="771" />
130 </AbstractNodeData>
131 <AbstractNodeData Name="txt" CanEdit="False" ActionTag="-1693575684" Tag="47" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="56.5056" RightMargin="24.4944" TopMargin="12.9700" BottomMargin="17.0300" FontSize="24" LabelText="加好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
132 <Size X="75.0000" Y="28.0000" />
133 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
134 <Position X="94.0056" Y="31.0300" />
135 <Scale ScaleX="1.0000" ScaleY="1.0000" />
136 <CColor A="255" R="22" G="105" B="0" />
137 <PrePosition X="0.6026" Y="0.5350" />
138 <PreSize X="0.4808" Y="0.4828" />
139 <FontResource Type="Normal" Path="" Plist="" />
140 <OutlineColor A="255" R="255" G="0" B="0" />
141 <ShadowColor A="255" R="110" G="110" B="110" />
142 </AbstractNodeData>
143 <AbstractNodeData Name="selected" CanEdit="False" ActionTag="-566355595" Tag="48" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
144 <Size X="156.0000" Y="58.0000" />
145 <Children>
146 <AbstractNodeData Name="btn_add_2" CanEdit="False" ActionTag="-1206678325" Tag="55" IconVisible="False" LeftMargin="23.5000" RightMargin="104.5000" TopMargin="15.0000" BottomMargin="15.0000" ctype="SpriteObjectData">
147 <Size X="28.0000" Y="28.0000" />
148 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
149 <Position X="37.5000" Y="29.0000" />
150 <Scale ScaleX="1.0000" ScaleY="1.0000" />
151 <CColor A="255" R="255" G="255" B="255" />
152 <PrePosition X="0.2404" Y="0.5000" />
153 <PreSize X="0.1795" Y="0.4828" />
154 <FileData Type="Normal" Path="ui/friend/btn_add_2.png" Plist="" />
155 <BlendFunc Src="1" Dst="771" />
156 </AbstractNodeData>
157 <AbstractNodeData Name="txt" CanEdit="False" ActionTag="1147200229" Tag="49" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="56.5056" RightMargin="24.4944" TopMargin="12.9700" BottomMargin="17.0300" FontSize="24" LabelText="加好友" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
158 <Size X="75.0000" Y="28.0000" />
159 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
160 <Position X="94.0056" Y="31.0300" />
161 <Scale ScaleX="1.0000" ScaleY="1.0000" />
162 <CColor A="255" R="179" G="61" B="0" />
163 <PrePosition X="0.6026" Y="0.5350" />
164 <PreSize X="0.4808" Y="0.4828" />
165 <FontResource Type="Normal" Path="" Plist="" />
166 <OutlineColor A="255" R="255" G="0" B="0" />
167 <ShadowColor A="255" R="110" G="110" B="110" />
168 </AbstractNodeData>
169 </Children>
170 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
171 <Position X="78.0000" Y="29.0000" />
172 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 124 <Scale ScaleX="1.0000" ScaleY="1.0000" />
173 <CColor A="255" R="255" G="255" B="255" /> 125 <CColor A="255" R="255" G="255" B="255" />
174 <PrePosition X="0.5000" Y="0.5000" /> 126 <PrePosition X="0.5000" Y="0.5000" />
175 <PreSize X="1.0000" Y="1.0000" /> 127 <PreSize X="1.0000" Y="1.0000" />
176 <FileData Type="Normal" Path="common/btn_green_s.png" Plist="" /> 128 <FileData Type="Normal" Path="ui/friend/bg_friend_add.png" Plist="" />
177 <BlendFunc Src="1" Dst="771" /> 129 <BlendFunc Src="1" Dst="771" />
178 </AbstractNodeData> 130 </AbstractNodeData>
179 </Children> 131 </Children>
180 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 132 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
181 <Position X="1124.7616" Y="-63.7275" /> 133 <Position X="1116.7617" Y="-71.7274" />
182 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 134 <Scale ScaleX="1.0000" ScaleY="1.0000" />
183 <CColor A="255" R="255" G="255" B="255" /> 135 <CColor A="255" R="255" G="255" B="255" />
184 <PrePosition X="0.8787" Y="-0.2451" /> 136 <PrePosition X="0.8725" Y="-0.2759" />
185 <PreSize X="0.1219" Y="0.2231" /> 137 <PreSize X="0.0797" Y="0.3846" />
186 <TextColor A="255" R="65" G="65" B="70" /> 138 <TextColor A="255" R="65" G="65" B="70" />
187 <DisabledFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 139 <DisabledFileData Type="Normal" Path="ui/friend/bg_friend_add.png" Plist="" />
188 <PressedFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 140 <PressedFileData Type="Normal" Path="ui/friend/bg_friend_add.png" Plist="" />
189 <NormalFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 141 <NormalFileData Type="Normal" Path="ui/friend/bg_friend_add.png" Plist="" />
190 <OutlineColor A="255" R="255" G="0" B="0" /> 142 <OutlineColor A="255" R="255" G="0" B="0" />
191 <ShadowColor A="255" R="110" G="110" B="110" /> 143 <ShadowColor A="255" R="110" G="110" B="110" />
192 </AbstractNodeData> 144 </AbstractNodeData>
193 <AbstractNodeData Name="btn_back" ActionTag="572208383" Tag="50" IconVisible="False" LeftMargin="1046.7616" RightMargin="77.2384" TopMargin="363.9063" BottomMargin="-161.9063" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="126" Scale9Height="36" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 145 <AbstractNodeData Name="btn_back" ActionTag="572208383" Tag="50" IconVisible="False" LeftMargin="1065.7617" RightMargin="112.2383" TopMargin="383.9058" BottomMargin="-223.9058" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="72" Scale9Height="78" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
194 <Size X="156.0000" Y="58.0000" /> 146 <Size X="102.0000" Y="100.0000" />
195 <Children> 147 <Children>
196 <AbstractNodeData Name="btn_back_1" ActionTag="1121950015" Tag="56" IconVisible="False" LeftMargin="22.5000" RightMargin="95.5000" TopMargin="11.0000" BottomMargin="13.0000" ctype="SpriteObjectData"> 148 <AbstractNodeData Name="selected" Visible="False" ActionTag="-971363265" Tag="52" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
197 <Size X="38.0000" Y="34.0000" /> 149 <Size X="102.0000" Y="100.0000" />
198 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 150 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
199 <Position X="41.5000" Y="30.0000" /> 151 <Position X="51.0000" Y="50.0000" />
200 <Scale ScaleX="1.0000" ScaleY="1.0000" />
201 <CColor A="255" R="255" G="255" B="255" />
202 <PrePosition X="0.2660" Y="0.5172" />
203 <PreSize X="0.2436" Y="0.5862" />
204 <FileData Type="Normal" Path="ui/friend/btn_back_1.png" Plist="" />
205 <BlendFunc Src="1" Dst="771" />
206 </AbstractNodeData>
207 <AbstractNodeData Name="txt" ActionTag="-1919310417" Tag="51" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="68.6000" RightMargin="37.4000" TopMargin="12.9700" BottomMargin="17.0300" FontSize="24" LabelText="退出" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
208 <Size X="50.0000" Y="28.0000" />
209 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
210 <Position X="93.6000" Y="31.0300" />
211 <Scale ScaleX="1.0000" ScaleY="1.0000" />
212 <CColor A="255" R="22" G="105" B="0" />
213 <PrePosition X="0.6000" Y="0.5350" />
214 <PreSize X="0.3205" Y="0.4828" />
215 <FontResource Type="Normal" Path="" Plist="" />
216 <OutlineColor A="255" R="255" G="0" B="0" />
217 <ShadowColor A="255" R="110" G="110" B="110" />
218 </AbstractNodeData>
219 <AbstractNodeData Name="selected" ActionTag="-971363265" Tag="52" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" ctype="SpriteObjectData">
220 <Size X="156.0000" Y="58.0000" />
221 <Children>
222 <AbstractNodeData Name="btn_back_2" ActionTag="-78526477" Tag="57" IconVisible="False" LeftMargin="22.5000" RightMargin="95.5000" TopMargin="11.0000" BottomMargin="13.0000" ctype="SpriteObjectData">
223 <Size X="38.0000" Y="34.0000" />
224 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
225 <Position X="41.5000" Y="30.0000" />
226 <Scale ScaleX="1.0000" ScaleY="1.0000" />
227 <CColor A="255" R="255" G="255" B="255" />
228 <PrePosition X="0.2660" Y="0.5172" />
229 <PreSize X="0.2436" Y="0.5862" />
230 <FileData Type="Normal" Path="ui/friend/btn_back_2.png" Plist="" />
231 <BlendFunc Src="1" Dst="771" />
232 </AbstractNodeData>
233 <AbstractNodeData Name="txt" ActionTag="-1346403750" Tag="53" IconVisible="False" PositionPercentXEnabled="True" PositionPercentYEnabled="True" LeftMargin="68.6000" RightMargin="37.4000" TopMargin="12.9700" BottomMargin="17.0300" FontSize="24" LabelText="退出" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
234 <Size X="50.0000" Y="28.0000" />
235 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
236 <Position X="93.6000" Y="31.0300" />
237 <Scale ScaleX="1.0000" ScaleY="1.0000" />
238 <CColor A="255" R="179" G="61" B="0" />
239 <PrePosition X="0.6000" Y="0.5350" />
240 <PreSize X="0.3205" Y="0.4828" />
241 <FontResource Type="Normal" Path="" Plist="" />
242 <OutlineColor A="255" R="255" G="0" B="0" />
243 <ShadowColor A="255" R="110" G="110" B="110" />
244 </AbstractNodeData>
245 </Children>
246 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
247 <Position X="78.0000" Y="29.0000" />
248 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 152 <Scale ScaleX="1.0000" ScaleY="1.0000" />
249 <CColor A="255" R="255" G="255" B="255" /> 153 <CColor A="255" R="255" G="255" B="255" />
250 <PrePosition X="0.5000" Y="0.5000" /> 154 <PrePosition X="0.5000" Y="0.5000" />
251 <PreSize X="1.0000" Y="1.0000" /> 155 <PreSize X="1.0000" Y="1.0000" />
252 <FileData Type="Normal" Path="common/btn_green_s.png" Plist="" /> 156 <FileData Type="Normal" Path="ui/friend/bg_friend_exit.png" Plist="" />
253 <BlendFunc Src="1" Dst="771" /> 157 <BlendFunc Src="1" Dst="771" />
254 </AbstractNodeData> 158 </AbstractNodeData>
255 </Children> 159 </Children>
256 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 160 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
257 <Position X="1124.7616" Y="-132.9063" /> 161 <Position X="1116.7617" Y="-173.9058" />
258 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 162 <Scale ScaleX="1.0000" ScaleY="1.0000" />
259 <CColor A="255" R="255" G="255" B="255" /> 163 <CColor A="255" R="255" G="255" B="255" />
260 <PrePosition X="0.8787" Y="-0.5112" /> 164 <PrePosition X="0.8725" Y="-0.6689" />
261 <PreSize X="0.1219" Y="0.2231" /> 165 <PreSize X="0.0797" Y="0.3846" />
262 <TextColor A="255" R="65" G="65" B="70" /> 166 <TextColor A="255" R="65" G="65" B="70" />
263 <DisabledFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 167 <DisabledFileData Type="Normal" Path="ui/friend/bg_friend_exit.png" Plist="" />
264 <PressedFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 168 <PressedFileData Type="Normal" Path="ui/friend/bg_friend_exit.png" Plist="" />
265 <NormalFileData Type="Normal" Path="common/btn_green.png" Plist="" /> 169 <NormalFileData Type="Normal" Path="ui/friend/bg_friend_exit.png" Plist="" />
266 <OutlineColor A="255" R="255" G="0" B="0" /> 170 <OutlineColor A="255" R="255" G="0" B="0" />
267 <ShadowColor A="255" R="110" G="110" B="110" /> 171 <ShadowColor A="255" R="110" G="110" B="110" />
268 </AbstractNodeData> 172 </AbstractNodeData>
...@@ -302,27 +206,25 @@ ...@@ -302,27 +206,25 @@
302 <FileData Type="Normal" Path="ui/friend/pk_game_10.png" Plist="" /> 206 <FileData Type="Normal" Path="ui/friend/pk_game_10.png" Plist="" />
303 <BlendFunc Src="1" Dst="771" /> 207 <BlendFunc Src="1" Dst="771" />
304 </AbstractNodeData> 208 </AbstractNodeData>
305 <AbstractNodeData Name="txt" ActionTag="1794889472" Tag="547" IconVisible="False" LeftMargin="25.4222" RightMargin="95.5778" TopMargin="43.8113" BottomMargin="15.1887" FontSize="18" LabelText="火箭小象" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 209 <AbstractNodeData Name="txt" ActionTag="1794889472" Tag="547" IconVisible="False" LeftMargin="27.4222" RightMargin="97.5778" TopMargin="46.3113" BottomMargin="17.6887" FontSize="18" LabelText="火箭小象" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
306 <Size X="76.0000" Y="23.0000" /> 210 <Size X="72.0000" Y="18.0000" />
307 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 211 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
308 <Position X="63.4222" Y="26.6887" /> 212 <Position X="63.4222" Y="26.6887" />
309 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 213 <Scale ScaleX="1.0000" ScaleY="1.0000" />
310 <CColor A="255" R="255" G="255" B="255" /> 214 <CColor A="255" R="255" G="255" B="255" />
311 <PrePosition X="0.3219" Y="0.3255" /> 215 <PrePosition X="0.3219" Y="0.3255" />
312 <PreSize X="0.3858" Y="0.2805" /> 216 <PreSize X="0.3655" Y="0.2195" />
313 <FontResource Type="Normal" Path="" Plist="" />
314 <OutlineColor A="255" R="30" G="144" B="255" /> 217 <OutlineColor A="255" R="30" G="144" B="255" />
315 <ShadowColor A="255" R="110" G="110" B="110" /> 218 <ShadowColor A="255" R="110" G="110" B="110" />
316 </AbstractNodeData> 219 </AbstractNodeData>
317 <AbstractNodeData Name="txt_score" ActionTag="-1566487833" Tag="34" IconVisible="False" LeftMargin="142.3414" RightMargin="21.6586" TopMargin="8.5602" BottomMargin="52.4398" FontSize="18" LabelText="300" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 220 <AbstractNodeData Name="txt_score" ActionTag="-1566487833" Tag="34" IconVisible="False" LeftMargin="145.3414" RightMargin="24.6586" TopMargin="10.0602" BottomMargin="53.9398" FontSize="18" LabelText="300" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
318 <Size X="33.0000" Y="21.0000" /> 221 <Size X="27.0000" Y="18.0000" />
319 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 222 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
320 <Position X="158.8414" Y="62.9398" /> 223 <Position X="158.8414" Y="62.9398" />
321 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 224 <Scale ScaleX="1.0000" ScaleY="1.0000" />
322 <CColor A="255" R="139" G="105" B="20" /> 225 <CColor A="255" R="139" G="105" B="20" />
323 <PrePosition X="0.8063" Y="0.7676" /> 226 <PrePosition X="0.8063" Y="0.7676" />
324 <PreSize X="0.1675" Y="0.2561" /> 227 <PreSize X="0.1371" Y="0.2195" />
325 <FontResource Type="Normal" Path="" Plist="" />
326 <OutlineColor A="255" R="30" G="144" B="255" /> 228 <OutlineColor A="255" R="30" G="144" B="255" />
327 <ShadowColor A="255" R="110" G="110" B="110" /> 229 <ShadowColor A="255" R="110" G="110" B="110" />
328 </AbstractNodeData> 230 </AbstractNodeData>
...@@ -354,27 +256,25 @@ ...@@ -354,27 +256,25 @@
354 <FileData Type="Normal" Path="ui/friend/pk_game_10.png" Plist="" /> 256 <FileData Type="Normal" Path="ui/friend/pk_game_10.png" Plist="" />
355 <BlendFunc Src="1" Dst="771" /> 257 <BlendFunc Src="1" Dst="771" />
356 </AbstractNodeData> 258 </AbstractNodeData>
357 <AbstractNodeData Name="txt" ActionTag="-182859835" Tag="30" IconVisible="False" LeftMargin="25.4222" RightMargin="95.5778" TopMargin="43.8113" BottomMargin="15.1887" FontSize="18" LabelText="火箭小象" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 259 <AbstractNodeData Name="txt" ActionTag="-182859835" Tag="30" IconVisible="False" LeftMargin="27.4222" RightMargin="97.5778" TopMargin="46.3113" BottomMargin="17.6887" FontSize="18" LabelText="火箭小象" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
358 <Size X="76.0000" Y="23.0000" /> 260 <Size X="72.0000" Y="18.0000" />
359 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 261 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
360 <Position X="63.4222" Y="26.6887" /> 262 <Position X="63.4222" Y="26.6887" />
361 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 263 <Scale ScaleX="1.0000" ScaleY="1.0000" />
362 <CColor A="255" R="255" G="255" B="255" /> 264 <CColor A="255" R="255" G="255" B="255" />
363 <PrePosition X="0.3219" Y="0.3255" /> 265 <PrePosition X="0.3219" Y="0.3255" />
364 <PreSize X="0.3858" Y="0.2805" /> 266 <PreSize X="0.3655" Y="0.2195" />
365 <FontResource Type="Normal" Path="" Plist="" />
366 <OutlineColor A="255" R="30" G="144" B="255" /> 267 <OutlineColor A="255" R="30" G="144" B="255" />
367 <ShadowColor A="255" R="110" G="110" B="110" /> 268 <ShadowColor A="255" R="110" G="110" B="110" />
368 </AbstractNodeData> 269 </AbstractNodeData>
369 <AbstractNodeData Name="txt_score" ActionTag="1222885378" Tag="35" IconVisible="False" LeftMargin="141.7362" RightMargin="22.2638" TopMargin="8.7807" BottomMargin="52.2193" FontSize="18" LabelText="300" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 270 <AbstractNodeData Name="txt_score" ActionTag="1222885378" Tag="35" IconVisible="False" LeftMargin="144.7362" RightMargin="25.2638" TopMargin="10.2807" BottomMargin="53.7193" FontSize="18" LabelText="300" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
370 <Size X="33.0000" Y="21.0000" /> 271 <Size X="27.0000" Y="18.0000" />
371 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 272 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
372 <Position X="158.2362" Y="62.7193" /> 273 <Position X="158.2362" Y="62.7193" />
373 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 274 <Scale ScaleX="1.0000" ScaleY="1.0000" />
374 <CColor A="255" R="139" G="105" B="20" /> 275 <CColor A="255" R="139" G="105" B="20" />
375 <PrePosition X="0.8032" Y="0.7649" /> 276 <PrePosition X="0.8032" Y="0.7649" />
376 <PreSize X="0.1675" Y="0.2561" /> 277 <PreSize X="0.1371" Y="0.2195" />
377 <FontResource Type="Normal" Path="" Plist="" />
378 <OutlineColor A="255" R="30" G="144" B="255" /> 278 <OutlineColor A="255" R="30" G="144" B="255" />
379 <ShadowColor A="255" R="110" G="110" B="110" /> 279 <ShadowColor A="255" R="110" G="110" B="110" />
380 </AbstractNodeData> 280 </AbstractNodeData>
...@@ -392,27 +292,26 @@ ...@@ -392,27 +292,26 @@
392 <OutlineColor A="255" R="255" G="0" B="0" /> 292 <OutlineColor A="255" R="255" G="0" B="0" />
393 <ShadowColor A="255" R="110" G="110" B="110" /> 293 <ShadowColor A="255" R="110" G="110" B="110" />
394 </AbstractNodeData> 294 </AbstractNodeData>
395 <AbstractNodeData Name="btn_hua" ActionTag="-1012991750" Tag="31" IconVisible="False" LeftMargin="1068.3582" RightMargin="110.6418" TopMargin="580.5000" BottomMargin="-423.5000" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="71" Scale9Height="81" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 295 <AbstractNodeData Name="btn_hua" ActionTag="-1012991750" Tag="31" IconVisible="False" LeftMargin="1068.3582" RightMargin="110.6418" TopMargin="610.5005" BottomMargin="-453.5005" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="71" Scale9Height="81" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
396 <Size X="101.0000" Y="103.0000" /> 296 <Size X="101.0000" Y="103.0000" />
397 <Children> 297 <Children>
398 <AbstractNodeData Name="txt" ActionTag="-70247522" Tag="33" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="33.5000" RightMargin="33.5000" TopMargin="-27.1887" BottomMargin="107.1887" FontSize="18" LabelText="300" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData"> 298 <AbstractNodeData Name="txt" ActionTag="-70247522" Tag="33" IconVisible="False" PositionPercentXEnabled="True" LeftMargin="37.0000" RightMargin="37.0000" TopMargin="-24.6887" BottomMargin="109.6887" FontSize="18" LabelText="300" OutlineEnabled="True" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="TextObjectData">
399 <Size X="34.0000" Y="23.0000" /> 299 <Size X="27.0000" Y="18.0000" />
400 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 300 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
401 <Position X="50.5000" Y="118.6887" /> 301 <Position X="50.5000" Y="118.6887" />
402 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 302 <Scale ScaleX="1.0000" ScaleY="1.0000" />
403 <CColor A="255" R="255" G="255" B="255" /> 303 <CColor A="255" R="255" G="255" B="255" />
404 <PrePosition X="0.5000" Y="1.1523" /> 304 <PrePosition X="0.5000" Y="1.1523" />
405 <PreSize X="0.3366" Y="0.2233" /> 305 <PreSize X="0.2673" Y="0.1748" />
406 <FontResource Type="Normal" Path="" Plist="" />
407 <OutlineColor A="255" R="165" G="42" B="42" /> 306 <OutlineColor A="255" R="165" G="42" B="42" />
408 <ShadowColor A="255" R="110" G="110" B="110" /> 307 <ShadowColor A="255" R="110" G="110" B="110" />
409 </AbstractNodeData> 308 </AbstractNodeData>
410 </Children> 309 </Children>
411 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 310 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
412 <Position X="1118.8582" Y="-372.0000" /> 311 <Position X="1118.8582" Y="-402.0005" />
413 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 312 <Scale ScaleX="1.0000" ScaleY="1.0000" />
414 <CColor A="255" R="255" G="255" B="255" /> 313 <CColor A="255" R="255" G="255" B="255" />
415 <PrePosition X="0.8741" Y="-1.4308" /> 314 <PrePosition X="0.8741" Y="-1.5462" />
416 <PreSize X="0.0789" Y="0.3962" /> 315 <PreSize X="0.0789" Y="0.3962" />
417 <TextColor A="255" R="65" G="65" B="70" /> 316 <TextColor A="255" R="65" G="65" B="70" />
418 <DisabledFileData Type="Normal" Path="ui/friend/friend_send_hua.png" Plist="" /> 317 <DisabledFileData Type="Normal" Path="ui/friend/friend_send_hua.png" Plist="" />
...@@ -421,13 +320,13 @@ ...@@ -421,13 +320,13 @@
421 <OutlineColor A="255" R="255" G="0" B="0" /> 320 <OutlineColor A="255" R="255" G="0" B="0" />
422 <ShadowColor A="255" R="110" G="110" B="110" /> 321 <ShadowColor A="255" R="110" G="110" B="110" />
423 </AbstractNodeData> 322 </AbstractNodeData>
424 <AbstractNodeData Name="btn_record" ActionTag="-2005653882" Tag="114" IconVisible="False" LeftMargin="1064.0731" RightMargin="113.9269" TopMargin="442.5169" BottomMargin="-282.5169" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="72" Scale9Height="78" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData"> 323 <AbstractNodeData Name="btn_record" ActionTag="-2005653882" Tag="114" IconVisible="False" LeftMargin="1064.0731" RightMargin="113.9269" TopMargin="484.5169" BottomMargin="-324.5169" TouchEnable="True" FontSize="14" Scale9Enable="True" LeftEage="15" RightEage="15" TopEage="11" BottomEage="11" Scale9OriginX="15" Scale9OriginY="11" Scale9Width="72" Scale9Height="78" ShadowOffsetX="2.0000" ShadowOffsetY="-2.0000" ctype="ButtonObjectData">
425 <Size X="102.0000" Y="100.0000" /> 324 <Size X="102.0000" Y="100.0000" />
426 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" /> 325 <AnchorPoint ScaleX="0.5000" ScaleY="0.5000" />
427 <Position X="1115.0731" Y="-232.5169" /> 326 <Position X="1115.0731" Y="-274.5169" />
428 <Scale ScaleX="1.0000" ScaleY="1.0000" /> 327 <Scale ScaleX="1.0000" ScaleY="1.0000" />
429 <CColor A="255" R="255" G="255" B="255" /> 328 <CColor A="255" R="255" G="255" B="255" />
430 <PrePosition X="0.8712" Y="-0.8943" /> 329 <PrePosition X="0.8712" Y="-1.0558" />
431 <PreSize X="0.0797" Y="0.3846" /> 330 <PreSize X="0.0797" Y="0.3846" />
432 <TextColor A="255" R="65" G="65" B="70" /> 331 <TextColor A="255" R="65" G="65" B="70" />
433 <DisabledFileData Type="Normal" Path="ui/friend/btn_jilu.png" Plist="" /> 332 <DisabledFileData Type="Normal" Path="ui/friend/btn_jilu.png" Plist="" />
......
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 <VerticalList>
6 <Guides Position="1073.0090" />
7 </VerticalList>
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
......

21.2 KB | W: | H:

10.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

10.4 KB | W: | H:

4.75 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.06 KB | W: | H:

2.21 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -669,9 +669,13 @@ ...@@ -669,9 +669,13 @@
669 </Folder> 669 </Folder>
670 <Folder Name="friend"> 670 <Folder Name="friend">
671 <Image Name="bg_friend.png" /> 671 <Image Name="bg_friend.png" />
672 <Image Name="bg_friend_add.png" />
673 <Image Name="bg_friend_back.png" />
674 <Image Name="bg_friend_exit.png" />
672 <Image Name="bg_friend_item.png" /> 675 <Image Name="bg_friend_item.png" />
673 <Image Name="bg_friend_item_s.png" /> 676 <Image Name="bg_friend_item_s.png" />
674 <Image Name="bg_friend_lv.png" /> 677 <Image Name="bg_friend_lv.png" />
678 <Image Name="bg_friend_tip_title.png" />
675 <Image Name="btn_add_1.png" /> 679 <Image Name="btn_add_1.png" />
676 <Image Name="btn_add_2.png" /> 680 <Image Name="btn_add_2.png" />
677 <Image Name="btn_back_1.png" /> 681 <Image Name="btn_back_1.png" />
......
...@@ -28,5 +28,15 @@ ...@@ -28,5 +28,15 @@
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/FriendLayer.csd" />
35 <FilePathData Path="ui/friend/FriendItemLayer.csd" />
36 <FilePathData Path="ui/MainScene.csd" />
37 </OpenedDocuments>
38 <ActiveDocument Path="ui/MainScene.csd" />
39 </Value>
40 </Item>
31 </Properties> 41 </Properties>
32 </UserData> 42 </UserData>
...\ No newline at end of file ...\ No newline at end of file
......