ESOUI SVN EsoHeadMarkers

[/] [trunk/] [EsoheadMarkers/] [CustomCompassPins/] [CustomCompassPins.xml] - Rev 5

Compare with Previous | Blame | View Log

<GuiXml>
    <Controls>
        <Control name="CustomCompassPin" hidden="true" virtual="true">
            <Dimensions x="64" y="64" />
            <Controls>
                <Texture name="$(parent)Background" pixelRoundingEnabled="false">
                    <AnchorFill/>
                </Texture>
            </Controls>
        </Control>
    
        <TopLevelControl name="CustomCompass">
            <OnUpdate>
                COMPASS_PINS:Update()
            </OnUpdate>
        </TopLevelControl>
    </Controls>
</GuiXml>

Compare with Previous | Blame