72 lines
2.1 KiB
XML
72 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<style>
|
|
<GUIFrame
|
|
padding="40.0, 40.0, 40.0, 40.0"
|
|
color="1.0, 1.0, 1.0, 1.0"
|
|
|
|
textcolor="0.0, 0.0, 0.0, 1.0"
|
|
|
|
hovercolor="0.8, 0.8, 0.8, 1.0"
|
|
selectedcolor="1.0, 0.82, 0.05, 1.0"
|
|
|
|
outlinecolor="0.5, 0.57, 0.6, 1.0">
|
|
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 0.0" sourcerect ="0.0, 90.0, 0.0, 100.0"/>
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 1.0" sourcerect ="0.0, 0.0, 0.0, 90.0"/>
|
|
</GUIFrame>
|
|
|
|
<GUIButton
|
|
color="0.88, 0.25, 0.15, 1.0"
|
|
|
|
textcolor="1.0, 1.0, 1.0, 1.0"
|
|
|
|
hovercolor="1.0, 0.57, 0.31, 1.0"
|
|
selectedcolor="1.0, 0.0, 0.0, 1.0"/>
|
|
|
|
<GUITextBlock
|
|
textcolor="1.0, 1.0, 1.0, 1.0"
|
|
hovercolor="1.0, 1.0, 1.0, 0.3"
|
|
selectedcolor="1.0, 0.6, 0.0, 0.3"
|
|
padding="10.0, 0.0, 10.0, 0.0"/>
|
|
|
|
<GUIListBox
|
|
color="0.5, 0.5, 0.5, 1.0"
|
|
|
|
textcolor="1.0, 1.0, 1.0, 1.0"
|
|
outlinecolor="0.5, 0.57, 0.6, 1.0">
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 0.0" sourcerect ="0.0, 90.0, 0.0, 100.0"/>
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 1.0" sourcerect ="0.0, 0.0, 0.0, 90.0"/>
|
|
</GUIListBox>
|
|
|
|
<GUIScrollBar
|
|
color="0.5, 0.5, 0.5, 1.0"
|
|
|
|
textcolor="1.0, 1.0, 1.0, 1.0"
|
|
outlinecolor="0.5, 0.57, 0.6, 1.0">
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 0.0"/>
|
|
</GUIScrollBar>
|
|
|
|
<GUITextBox
|
|
color="0.5, 0.5, 0.5, 1.0"
|
|
|
|
textcolor="1.0, 1.0, 1.0, 1.0"
|
|
outlinecolor="0.5, 0.57, 0.6, 1.0">
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 0.0" sourcerect ="0.0, 90.0, 0.0, 100.0"/>
|
|
</GUITextBox>
|
|
|
|
<GUIMessageBox
|
|
padding="40.0, 40.0, 40.0, 40.0"
|
|
color="1.0, 1.0, 1.0, 1.0"
|
|
|
|
textcolor="0.0, 0.0, 0.0, 1.0"
|
|
|
|
hovercolor="0.8, 0.8, 0.8, 1.0"
|
|
selectedcolor="1.0, 0.82, 0.05, 1.0"
|
|
|
|
outlinecolor="0.5, 0.57, 0.6, 1.0">
|
|
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 0.0" sourcerect ="0.0, 90.0, 0.0, 100.0"/>
|
|
<Sprite texture="Content\UI\uiBackground.png" size="0.0, 1.0" sourcerect ="0.0, 0.0, 0.0, 90.0"/>
|
|
</GUIMessageBox>
|
|
|
|
</style> |