comparison ObjectiveTracker.xml @ 6:589de8ea05b9

- validate tracked objects' existence by use of those handler.Info tables we made - apply collision checking to action buttons when their corresponding entry has scrolled out
author Nenue
date Fri, 01 Apr 2016 01:30:42 -0400
parents 3397aae1f44d
children f03c75f63566
comparison
equal deleted inserted replaced
5:e9b61fd5f607 6:589de8ea05b9
42 <Anchor point="TOPRIGHT" x="-60" y="-240" /> 42 <Anchor point="TOPRIGHT" x="-60" y="-240" />
43 </Anchors> 43 </Anchors>
44 <Layers> 44 <Layers>
45 45
46 <Layer level="ARTWORK"> 46 <Layer level="ARTWORK">
47 <Texture parentKey="BackgroundLeft" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false"> 47 <Texture parentKey="BackgroundLeft" parentArray="header" />
48 <Size x="100" y="84" /> 48 <Texture parentKey="BackgroundRight" parentArray="header" />
49 <TexCoords up="0" down="1" left="0" right="0.3" /> 49 <Texture parentKey="BackgroundTile" parentArray="header" />
50 <Anchors>
51 <Anchor point="TOPLEFT" x="-30" y="12"/>
52 </Anchors>
53 </Texture>
54 <Texture parentKey="BackgroundRight" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false">
55 <Size x="70" y="84" />
56 <TexCoords up="0" down="1" left="0.6" right="1" />
57 <Anchors>
58 <Anchor point="TOPRIGHT" x="30" y="12" />
59 </Anchors>
60 </Texture>
61 <Texture parentKey="BackgroundTile" parentArray="header" hidden="false" alpha="1" atlas="Objective-Header" useAtlasSize="false" tile="true">
62 <Size x="100" y="84" />
63 <TexCoords up="0" down="1" left=".3" right=".6" />
64 <Anchors>
65 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeKey="$parent.BackgroundLeft" />
66 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeKey="$parent.BackgroundRight" />
67 </Anchors>
68 </Texture>
69 <Texture parentKey="HeaderBounds" parentArray="config" alphaMode="ADD" hidden="true"> 50 <Texture parentKey="HeaderBounds" parentArray="config" alphaMode="ADD" hidden="true">
70 <Color r="0" g="0" b="1" a="0.5" /> 51 <Color r="0" g="0" b="1" a="0.5" />
71 <Anchors> 52 <Anchors>
72 <Anchor point="TOPLEFT" relativeKey="$parent.BackgroundLeft" /> 53 <Anchor point="TOPLEFT" relativeKey="$parent.BackgroundLeft" />
73 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.BackgroundRight" /> 54 <Anchor point="BOTTOMRIGHT" relativeKey="$parent.BackgroundRight" />
290 <Anchors> 271 <Anchors>
291 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeKey="$parent.bg" x="5" y="0" /> 272 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeKey="$parent.bg" x="5" y="0" />
292 <Anchor point="RIGHT" relativeKey="$parent" /> 273 <Anchor point="RIGHT" relativeKey="$parent" />
293 </Anchors> 274 </Anchors>
294 </FontString> 275 </FontString>
276 <FontString name="$parentDebugText" parentKey="debugText" inherits="VeneerCriteriaFontNormal">
277 <Anchors>
278 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
279 </Anchors>
280 </FontString>
295 </Layer> 281 </Layer>
296 </Layers> 282 </Layers>
297 </Frame> 283 </Frame>
298 284
299 <Include file="ObjectiveSecure.xml" /> 285 <Include file="ObjectiveSecure.xml" />
300 <Include file="ObjectiveWidgets.xml" /> 286 <Include file="ObjectiveWidgets.xml" />
301 287
302 <Script file="ObjectiveTracker.lua" /> 288 <Script file="ObjectiveCore.lua" />
303 <Script file="ObjectiveInfo.lua" /> 289 <Script file="ObjectiveInfo.lua" />
304 <Script file="ObjectiveUI.lua" /> 290 <Script file="ObjectiveUI.lua" />
305 <Script file="ObjectiveFrame.lua" /> 291 <Script file="ObjectiveFrame.lua" />
306 <Script file="ObjectiveEvents.lua" /> 292 <Script file="ObjectiveEvents.lua" />
307 </Ui> 293 </Ui>