View Single Post
Old 03-10-2011, 07:00 AM   #11
antioch
A Gray Wolf
 
Join Date: Dec 2010
Posts: 6
Interface Author - Click to view interfaces
Default

Has anyone ever actually had success changing the normal text colour of the hotbuttons? This is from EQUI_HotButtonWnd.xml

Code:
<Button item = "HB_Button1"> <ScreenID>HB_Button1</ScreenID> <Font>2</Font> <RelativePosition>true</RelativePosition> <Location> <X>2</X> <Y>20</Y> </Location> <Size> <CX>40</CX> <CY>40</CY> </Size> <Text>1</Text> <TextColor> <R>0</R> <G>0</G> <B>0</B> </TextColor> <UseCustomMouseoverColor>true</UseCustomMouseoverColor> <MouseoverColor> <R>0</R> <G>0</G> <B>0</B> </MouseoverColor> <DecalSize> <CX>40</CX> <CY>40</CY> </DecalSize> <ButtonDrawTemplate> <Normal>A_HotButton1Normal</Normal> <PressedFlyby>A_HotButton1PressedFlyby</PressedFlyby> <Pressed>A_HotButton1Pressed</Pressed> <Flyby>A_HotButton1Flyby</Flyby> <Disabled>A_HotButton1Disabled</Disabled> </ButtonDrawTemplate> </Button>
antioch is offline   Reply With Quote