1
0
forked from 0ad/0ad

Jason's new Status Pane backdrop.

This was SVN commit r3574.
This commit is contained in:
Acumen 2006-02-28 18:27:38 +00:00
parent 238ea155f3
commit 33c2877065
4 changed files with 24 additions and 2 deletions

Binary file not shown.

View File

@ -217,11 +217,11 @@
<!-- STATUS PANE -->
<object name="snStatusPaneBkg"
style="skin*Hele*Window"
style="snStatusPane"
type="image"
>
<action on="Load"><![CDATA[
addCrd (this.name, rb, 0, 100, 0, 0, 240, 150);
addCrd (this.name, rb, 0, 100, 0, 0, 256, 128);
addCrd (this.name, lb, 100, 100);
addCrd (this.name, lt, 100, 0);
addCrd (this.name, rt, 0, 0);

View File

@ -614,6 +614,18 @@
size="100%-15 0% 100% 100%"
/>
</sprite>
<!--
==========================================
STATUS PANE
==========================================
-->
<sprite name="snStatusPane">
<image texture="session/status_pane.dds"
size="0 0 100% 100%"
/>
</sprite>
<!--
==========================================

View File

@ -493,6 +493,13 @@
textcolor="white"
tooltip_style="snToolTip"
ghost="false"
/>
<style name="snStatusPane"
sprite="snStatusPane"
buffer_zone="10"
text_align="left"
text_valign="top"
/>
<!--