comparison Veneer.xml @ 72:d80db9a9b7e4

- created 'VeneerTemplate' xml - implement drag drop parent re-anchoring
author Nenue
date Tue, 23 Aug 2016 14:53:38 -0400
parents ef4116179e2f
children 95ed343c3a42
comparison
equal deleted inserted replaced
71:6f8661094643 72:d80db9a9b7e4
83 </HighlightTexture> 83 </HighlightTexture>
84 </Button> 84 </Button>
85 </Frames> 85 </Frames>
86 </Frame> 86 </Frame>
87 87
88 <Frame name="VeneerTemplate" virtual="true">
89 <Layers>
90 <Layer level="BACKGROUND">
91 <Texture parentKey="bg" setAllPoints="true" parentArray="configLayers" />
92 </Layer>
93 <Layer level="OVERLAY">
94 <FontString parentKey="label" inherits="VeneerNumberFontLarge" parentArray="configLayers">
95 <Anchors>
96 <Anchor point="TOPLEFT" />
97 </Anchors>
98 </FontString>
99 </Layer>
100 </Layers>
101 <Frames>
102 <Button parentKey="resize" parentArray="configLayers">
103 <Size x="48" y="16" />
104 <Anchors>
105 <Anchor point="BOTTOMRIGHT" />
106 </Anchors>
107 <NormalTexture setAllPoints="true">
108 <Color a="1" r="1" g="1" b="1" />
109 </NormalTexture>
110 <PushedTexture>
111 <Color a="1" r="1" g="0.5" b="1" />
112 </PushedTexture>
113 </Button>
114 </Frames>
115 </Frame>
116
88 117
89 <Script file="Veneer.lua" /> 118 <Script file="Veneer.lua" />
90 119
91 </Ui> 120 </Ui>